0

嗨,我已经从链接http://www.keith-wood.name/keypad.html下载了数字键盘,并且我有一个 jquery 对话框,当我单击对话框内的文本框时,数字键盘显示但不当我按下数字键盘时能够按下键关闭。提前致谢

<script type="text/javascript">
 $(document).ready(function(){
   $('#txtPassword').live('click', function (){// better use on at the place of live
     alert("clicked");
     $(this).keypad(); 
   });
 });   

4

0 回答 0