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

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

不知道為什么代碼都差不多,還是不行

<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Transitional//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html?xmlns="http://www.w3.org/1999/xhtml">
<head?lang="en">
????<meta?charset="UTF-8">
????<title></title>
????<style>
????????body{
????????????font-size:?36px;
????????????line-height:?1.6;
????????}
????????p{
????????????margin:?10px?0;
????????}
????????label{
????????????display:?inline-block;
????????????min-width:?140px;

????????}
????????label.error{
????????????margin-left:?10px;
????????????color:?red;
????????}
????????input,button{
????????????font-size:?36px;
????????????line-height:?35px;
????????????border:?1px?solid?#999;
????????????min-width:?180px;

????????}
????????input.error{
????????????border:?1px?solid?red;
????????}
????????input[type=submit],button{
????????????margin-top:?20px;
????????????font-size:?36px;
????????????padding:?10px?0;

????????}
????????fieldset{
????????????width:?720px;
????????????height:?360px;
????????????margin:?0?auto;
????????????padding:?0?auto;
????????}
????</style>
????<script?src="http://cdn.bootcss.com/jquery/1.10.0/jquery.js"></script>
????<script??src="http://cdn.bootcss.com/jquery-validate/1.13.1/jquery.validate.js"?type="text/javascript"></script>
</head>
<body>
????<form?id="demoForm"?method="post">
????????<fieldset>
????????????<legend>用戶登錄</legend>
????????????<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>
????????????????<input?type="submit"?value="登錄">

????????????</p>
????????</fieldset>
????</form>

????????????<script?type="text/javascript">
????????????????$(document).ready(function(){
????????????????????$("#demoForm").validate({
????????????????????????rules:{
????????????????????????????username:{
????????????????????????????????required:true,
????????????????????????????????minelength:2,
????????????????????????????????maxlength:10
?},
????????????????????????????password:{
????????????????????????????????required:true,
????????????????????????????????minelength:2,
????????????????????????????????maxlength:16
?}
????????????????????????},
????????????????????????messages:{
????????????????????????????username:{
????????????????????????????????required:"用戶名必須填寫",
????????????????????????????????minlength:"用戶名最少為2字符",
????????????????????????????????maxlength:"用戶名最大為10字符"
?},
????????????????????????????password:{
????????????????????????????????required:"密碼必須填寫",
????????????????????????????????minlength:"密碼最少為2字符",
????????????????????????????????maxlength:"密碼最大為16字符"
?}
????????????????????????}
????????????????????});
????????????????});
????????????</script>
</body>
</html>


正在回答

1 回答

已經(jīng)自己找到

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

名字都給你們起完了

好像是你的最小長(zhǎng)度的那個(gè)英文單詞寫錯(cuò)了吧
2016-09-23 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

不知道為什么代碼都差不多,還是不行

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

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

幫助反饋 APP下載

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

公眾號(hào)

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