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

姬墨竹
2023-12-01

官方主页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");
});



本文转自linzheng 51CTO博客,原文链接:http://blog.51cto.com/linzheng/1080877

 类似资料: