表单提交遮罩层添加
This commit is contained in:
@@ -45,7 +45,7 @@ $(function(){
|
|||||||
$("#cfgRegionCode").val($("#cfgRegionCodeMaat").val());
|
$("#cfgRegionCode").val($("#cfgRegionCodeMaat").val());
|
||||||
$("#cfgType").val($("#cfgTypeMaat").val());
|
$("#cfgType").val($("#cfgTypeMaat").val());
|
||||||
}
|
}
|
||||||
//loading('onloading...');
|
loading('onloading...');
|
||||||
form.submit();
|
form.submit();
|
||||||
},
|
},
|
||||||
errorContainer: "#messageBox",
|
errorContainer: "#messageBox",
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ $(function(){
|
|||||||
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
|
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
|
||||||
},
|
},
|
||||||
submitHandler: function(form){
|
submitHandler: function(form){
|
||||||
//loading('onloading...');
|
loading('onloading...');
|
||||||
form.submit();
|
form.submit();
|
||||||
},
|
},
|
||||||
errorContainer: "#messageBox",
|
errorContainer: "#messageBox",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ $(function(){
|
|||||||
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
|
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
|
||||||
},
|
},
|
||||||
submitHandler: function(form){
|
submitHandler: function(form){
|
||||||
//loading('onloading...');
|
loading('onloading...');
|
||||||
form.submit();
|
form.submit();
|
||||||
},
|
},
|
||||||
errorContainer: "#messageBox",
|
errorContainer: "#messageBox",
|
||||||
|
|||||||
Reference in New Issue
Block a user