KingZero00
2016-05-16 21:41
debug: true,
rules: {
username: {
required: true,
minlength: 2,
maxlength: 10,
remote:{
url:"remote.json",
type:"post",
data:{
loginTime:function(){
return +new Date;
}
}
}
},
debug去掉看看 我也不清楚= =
jQuery插件——Validation Plugin
65871 学习 · 216 问题
相似问题