如何在jquery函数内的选项卡面板下访问文本框?

时间:2014-05-19 02:53:16

标签: jquery asp.net vb.net jquery-ui

我想访问选项卡面板内的文本框。

我的代码到现在为止:

 <script type="text/javascript">
       jQuery.noConflict(); 
       function init() {

           jQuery('#TabContainer1_TabPanel10_txtTele').mask("(999) 999-9999"); 
       };
       jQuery(function () { init(); });  
   </script>

但它不适合我。

0 个答案:

没有答案