Skip to main content

Bug Tracker

Side navigation

#14347 closed bug (notabug)

Opened September 10, 2013 01:15PM UTC

Closed September 10, 2013 04:39PM UTC

Stop script error in IE8 with JQuery.validate.js

Reported by: rohit.sharma1289@gmail.com 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..

Attachments (0)
Change History (2)

Changed September 10, 2013 04:24PM UTC by dido comment:1

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

Changed September 10, 2013 04:39PM UTC by timmywil comment:2

resolution: → notabug
status: newclosed