Opened 9 years ago
Closed 9 years ago
#14347 closed bug (notabug)
Stop script error in IE8 with JQuery.validate.js
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
there is one page in my application that need to be validated. the function $.validator.setDefaults({
submitHandler: function() {
var btnclicked = $("#btnclicked").val(); if(btnclicked == "savecustdetails"){
provajax.submitAndLoad('#content','#container','#SAVECUSTDETAILSFORM');
}
}
});
when i commented out this function error had stop appearing so what i got is i need to perform some changes in JQuery.validate.js but i dont know what all changes need to be performed. please help..
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Try asking for help in the forums or StackOverflow. You have a better shot of getting this resolved there than here.
If you've confirmed that this is a bug in the validation plugin, please report it in the plugin's bug tracker