Skip to main content

Bug Tracker

Side navigation

#9756 closed bug (invalid)

Opened July 06, 2011 10:16AM UTC

Closed July 06, 2011 11:55AM UTC

Last modified April 15, 2014 09:05PM UTC

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

Reported by: surajpalan786@gmail.com 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}

Attachments (0)
Change History (6)

Changed July 06, 2011 11:55AM UTC by addyosmani comment:1

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.

Changed September 15, 2011 07:28AM UTC by anonymous comment:2

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

Changed October 11, 2011 09:12AM UTC by Viktor comment:3

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.

Changed October 11, 2011 11:05AM UTC by anonymous comment:4

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.

Changed March 09, 2012 08:56AM UTC by anonymous comment:5

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

Changed April 15, 2014 09:05PM UTC by anonymous comment:6

Replying to [comment:4 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.