isHexbin十六进制校验

This commit is contained in:
duandongmei
2018-08-07 10:13:13 +08:00
parent 46c3e4b56a
commit 0f4793cbfc

View File

@@ -348,12 +348,12 @@ $(function(){
$("#protocolId").val($(this).attr("protocolId")); $("#protocolId").val($(this).attr("protocolId"));
}); });
//选择hex cfgkeywords需校验十六进制 //选择hex cfgkeywords需校验十六进制
$("select[name$='isHexbin']").each(function(){ /*$("select[name$='isHexbin']").each(function(){
$(this).on("change",function(){ $(this).on("change",function(){
addHexCheck(this,$(this).val()); addHexCheck(this,$(this).val());
}); });
addHexCheck(this,$(this).val()); addHexCheck(this,$(this).val());
}); });*/
// 校验搜索条件里的时间选框,不允许起始时间晚于终止时间 // 校验搜索条件里的时间选框,不允许起始时间晚于终止时间
$("#searchForm").validate({ $("#searchForm").validate({
rules:{ rules:{