最近中文字幕高清中文字幕无,亚洲欧美高清一区二区三区,一本色道无码道dvd在线观看 ,一个人看的www免费高清中文字幕

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

無(wú)法實(shí)現(xiàn)自動(dòng)校驗(yàn)

<!DOCTYPE html>
<html lang="en">
<head>
? ?<meta charset="UTF-8">
? ?<title></title>
? ?<style>
*{ margin: 0; ?padding: 0;}
? ? ? fieldset {
? ? ? ? ? ?margin: 100px auto;
height: 200px;
width: 300px;
}
? ?</style>
? ?<script src="jquery-1.11.1.min.js"></script>
? ?<script src="jquery.validate-1.13.1.js"></script>
? ?<script>
$(function(){
? ? ? ? ? ?$("#formDemo").validate({
? ? ? ? ? ? ? rules:{
? ? ? ? ? ? ? ? ? username:{
? ? ? ? ? ? ? ? ? ? ? require:true,
minlength:2,
maxlength:10
},
password:{
? ? ? ? ? ? ? ? ? ? ? require:true,
minlength:2,
maxlength:16
}
? ? ? ? ? ? ? },
message:{
? ? ? ? ? ? ? ? ? ?username:{
? ? ? ? ? ? ? ? ? ? ? ?require:"必須填寫(xiě)用戶名",
minlength:"用戶名最少為2位",
maxlength:"用戶名最大為10位"
},
password:{
? ? ? ? ? ? ? ? ? ? ? ?require:"必須填寫(xiě)密碼",
minlength:"密碼最少為2位",
maxlength:"密碼最大為16為"
}
? ? ? ? ? ? ? ?}
? ? ? ? ? ?});
});

</script>
</head>
<body>
<form action="" id="formDemo">
<fieldset>
? ?<legend>用戶登錄</legend>
? ?<p><label for="username">用戶名:</label><input type="text" name="username" id="username"/></p><br>
? ?<p><label for="password">密碼:</label><input type="password" name="password" id="password"/></p><br/>
? ?<input type="submit" value="提交"/>
</fieldset>
</form>
</body>
</html>

正在回答

1 回答

你沒(méi)有下載相應(yīng)的validate插件吧,?? <script src="jquery-1.11.1.min.js"></script>
? ?<script src="jquery.validate-1.13.1.js"></script>

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

嗚拉巴哈哈 提問(wèn)者

下載了
2016-11-07 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

無(wú)法實(shí)現(xiàn)自動(dòng)校驗(yàn)

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)