#13604 closed bug (notabug)
Unable to get value of the property 'call': object is null or undefined in query.validate.js file in IE9
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am getting an unhandled exception in Internet Explorer 9 PFB the error description
Unhandled exception at line 1234, column 5 in http://localhost:11762/Scripts/jquery.validate.js
0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'call': object is null or undefined
function handler(e) {
e = $.event.fix(e); e.type = fix; return $.event.handle.call(this, e);--This line is throwing exception
}
Thanks in Advance
Change History (5)
comment:1 follow-up: 2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Replying to dmethvin:
Please ask for help on a forum, since you're reporting a problem with the plugin and not jQuery core.
wt do u mean set to nothing?
comment:3 Changed 9 years ago by
I'm running into the same problem. While it might not be a bug, what is the solution?
comment:4 Changed 9 years ago by
I found if i remove the jquery 2.0 and use back jquery 1.8.4 then it won't show this problem
Please ask for help on a forum, since you're reporting a problem with the plugin and not jQuery core.