摘要: 直接在页面引用vee-validate 源文件下载地址:http://www.bootcdn.cn/vee-validate/ 官方api https://baianat.github.io/vee-validate/guide/rules.html#is-not 注:vee-validate支持对 阅读全文
posted @ 2018-06-26 18:40 748573200000 阅读(2136) 评论(0) 推荐(0)
摘要: HTML部分 <input type="button" id="code_btn" value="获取验证码"> JS部分 //获取验证码 $(function() { $("#code_btn").on("tap", function() { if(!rex.test($("#tel").val( 阅读全文
posted @ 2018-06-26 16:44 748573200000 阅读(955) 评论(0) 推荐(0)