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