我想访问选项卡面板内的文本框。
我的代码到现在为止:
<script type="text/javascript">
jQuery.noConflict();
function init() {
jQuery('#TabContainer1_TabPanel10_txtTele').mask("(999) 999-9999");
};
jQuery(function () { init(); });
</script>
但它不适合我。