第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

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

求解,點(diǎn)擊沒(méi)有提示,文件鏈接應(yīng)該沒(méi)有問(wèn)題

<!DOCTYPE html>

<html>


<head>

? ? <meta http-equiv="Content-type" content="text/html; charset=utf-8" />

? ? <title></title>

? ? <style>

? ? p {

? ? ? ? color: red;

? ? }

? ? </style>

? ?<script src="vendor/jquery-1.10.0.js"></script>

<script src="vendor/jquery.validate-1.13.1.js"></script>

</head>


<body>

? <form id="demoForm">

? ? <fieldset>

? ? ? ? <legend>用戶登錄</legend>

? ? ? ? <p id="info"></p>


? ? ? ? <p>

? ? ? ? ? ? <label for="username">用戶名</label>

? ? ? ? ? ? <input type="text" id="username" name="username"/>

? ? ? ? </p>


? ? ? ? <p>

? ? ? ? ? ? <label for="password">密碼</label>

? ? ? ? ? ? <input type="password" id="password" name="password"/>

? ? ? ? </p>


? ? ? ? <p>

? ? ? ? ? ? <label for="confirm-password">確認(rèn)密碼</label>

? ? ? ? ? ? <input type="password" id="confirm-password" name="confirm-password"/>

? ? ? ? </p>


? ? ? ? <p>

? ? ? ? ? ? <input type="submit" value="登錄"/>

? ? ? ? </p>

? ? </fieldset>

</form>

<script>

$(document).ready(function(){

$('#demoForm').validate({

rules:{

username:{

required:true,

minlength:2,

maxlength:10

},

password:{

requierd:true,

minlength:2,

maxlength:16

}

}

});

});

</script>

</body>


</html>


正在回答

1 回答

代碼沒(méi)有問(wèn)題,是否已在工程項(xiàng)目中加入vendor文件夾,vendor文件夾應(yīng)包含jquery-1.10.0.js,jquery.validate-1.13.1.js
這兩個(gè)js文件,以便加載jQuery validate 插件

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

舉報(bào)

0/150
提交
取消

求解,點(diǎn)擊沒(méi)有提示,文件鏈接應(yīng)該沒(méi)有問(wè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)