jQuery输入格式控制插件Masked Input Plugin

官方主页http://digitalbush.com/projects/masked-input-plugin/

<script src="jquery.js" type="text/javascript"></script>
<script src="jquery.maskedinput.js" type="text/javascript"></script>

 

jQuery(function($){
   $
("#date").mask("99/99/9999");
   $
("#phone").mask("(999) 999-9999");
   $
("#tin").mask("99-9999999");
   $
("#ssn").mask("999-99-9999");
});

 

 

posted on 2010-11-25 22:58  linzheng  阅读(2231)  评论(0编辑  收藏  举报

导航