Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 9 years ago

#9756 closed bug (invalid)

Object Property Error while using jquery.validate.js in Internet Explorer ver 7.0

Reported by: surajpalan786@… Owned by:
Priority: low Milestone: 1.next
Component: misc Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:

Description

I.E Error

Line: 45 Error: Object doesn't support this property or method File: jquery.min.js, line 16 character 15511 code line : finally{b=[e,f],c=0}}return this}

Change History (6)

comment:1 Changed 12 years ago by addyosmani

Component: unfiledmisc
Priority: undecidedlow
Resolution: invalid
Status: newclosed

Thanks for submitting a ticket to the jQuery project! Unfortunately, we're unable to assist with debugging third party plugins such as jQuery.validate. What we recommend doing is contacting @bassistance, the developer of the plugin to see if he can further assist you with either fixing the plugin, assisting with your issue or reducing the issue down to a specific problem with jQuery core. Thanks.

comment:2 Changed 12 years ago by anonymous

I got the same error in IE 8 with Compat Mode. What is the resolution to this?

comment:3 Changed 12 years ago by Viktor

Started getting this problem all of a sudden too.

Object doesn't support this property or method jquery-1.6.2.min.js, line 16 character 15511.

Getting it when I do a $get() call.

comment:4 Changed 12 years ago by anonymous

My bad, sorry. Was an js-plugin-file that was included but not in its right place. Looked like it was $get() but it was something else.

Worth mentioning if anyone else run into the same problem. This line of code was executed within the document ready function.

comment:5 Changed 11 years ago by anonymous

I am also getting same error in IE 7 and 8.

comment:6 in reply to:  4 Changed 9 years ago by anonymous

Replying to anonymous:

My bad, sorry. Was an js-plugin-file that was included but not in its right place. Looked like it was $get() but it was something else.

Worth mentioning if anyone else run into the same problem. This line of code was executed within the document ready function.

Thank you, you were correct in my case. it was an issue in my document ready function.

Note: See TracTickets for help on using tickets.