用jquery的validate插件验证表单元素的值,验证checkbox时出错,求大神帮忙,万分感谢啊!
我的check是通过ajax获取后台数据后,动态生成的varinput="";$.post("user!getRoles2Json.action",function(da...
我的check是通过ajax获取后台数据后,动态生成的
var input = "";
$.post("user!getRoles2Json.action",function(data) {
//console.log(data);
$.each(data,function(index,row) {
input = "<p class=\'yz\'><input class=\'yang2 selected dropdown\' name=\'user.roleCode\'"
+"id=\'roleCode\' type=\'checkbox\' value=\'"+row.roleCode+"\' style=\'width: 15px; height: 15px;\'/><span>"+row.roleName+"</span></p>";
$(input).appendTo(p);
});
});
在validate里边rules该怎么写啊?messages又该怎么写? 老是不对。
在线等啊。 错误是: 不管我选中不选中checkbox复选框,form表单都提交不了。 alert($('#form').valid) 一直都是false。 展开
var input = "";
$.post("user!getRoles2Json.action",function(data) {
//console.log(data);
$.each(data,function(index,row) {
input = "<p class=\'yz\'><input class=\'yang2 selected dropdown\' name=\'user.roleCode\'"
+"id=\'roleCode\' type=\'checkbox\' value=\'"+row.roleCode+"\' style=\'width: 15px; height: 15px;\'/><span>"+row.roleName+"</span></p>";
$(input).appendTo(p);
});
});
在validate里边rules该怎么写啊?messages又该怎么写? 老是不对。
在线等啊。 错误是: 不管我选中不选中checkbox复选框,form表单都提交不了。 alert($('#form').valid) 一直都是false。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询