亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

明明一樣~為啥沒效果

明明一樣~為啥沒效果

莫小北沒有故事 2016-01-23 16:14:14
<!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery動畫特效</title> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no"> </head> <body> <form id="demoForm"> <fieldset> <legend>用戶登錄</legend> <p> <label for="username">用戶名</label> <input type="text" id="username" name="username" /> </p> <p> <label for="password">密碼&nbsp;</label> <input type="num" id="password" name="password" /> </p> <p> <input type="submit" name="" id="" value="登錄" /> </p> </fieldset> </form> </body> <script type="text/javascript" src="jquery-1.12.0.min.js" ></script> <script src="jquery-validation-1.14.0/dist/jquery.validate.js"></script> <script> $(document).ready(function(){ $("#demoForm").validate({ rules:{ username:{ require:true, minlength:2, maxlength:10 }, password:{ require:true, minlength:2, maxlength:16 } } }); }); </script></html>
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 1283 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號