jQuery: The Write Less, Do More JavaScript Library

Object doesn't support this property or method jquery-1.2.6.js, line 83 character 3

View: New views
3 Messages — Rating Filter:   Alert me  

Object doesn't support this property or method jquery-1.2.6.js, line 83 character 3

by will-89 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello:

Here is the offending line in IE7: return this.setArray
(jQuery.makeArray(selector));

OR in Firefox 3.0.10

line 81 jquery-1.2.6.js return jQuery( document )[ jQuery.fn.ready ?
"ready" : "load" ]( selector );

Sorry if I'm not providing enough detail...I'm pretty new to jQuery/
javascript. I assume it is a bug since the error is thrown from a core
jQuery script.

Thanks

Re: Object doesn't support this property or method jquery-1.2.6.js, line 83 character 3

by James-279 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Usually it's something in your script that causes the error, even
though it shows that the error is in the jQuery library.
It is also recommended to use the latest version of jQuery, v1.3.2.
Try removing your scripts one by one until the error goes away to
pinpoint the issue.

On Jun 26, 4:48 pm, will <wml...@...> wrote:

> Hello:
>
> Here is the offending line in IE7: return this.setArray
> (jQuery.makeArray(selector));
>
> OR in Firefox 3.0.10
>
> line 81 jquery-1.2.6.js return jQuery( document )[ jQuery.fn.ready ?
> "ready" : "load" ]( selector );
>
> Sorry if I'm not providing enough detail...I'm pretty new to jQuery/
> javascript. I assume it is a bug since the error is thrown from a core
> jQuery script.
>
> Thanks

Re: Object doesn't support this property or method jquery-1.2.6.js, line 83 character 3

by will-89 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks for the reply! I'll step thru the script.....its for the book
jQuery in action which used v1.2.

On Jun 26, 9:55 pm, James <james.gp....@...> wrote:

> Usually it's something in your script that causes the error, even
> though it shows that the error is in the jQuery library.
> It is also recommended to use the latest version of jQuery, v1.3.2.
> Try removing your scripts one by one until the error goes away to
> pinpoint the issue.
>
> On Jun 26, 4:48 pm, will <wml...@...> wrote:
>
> > Hello:
>
> > Here is the offending line in IE7: return this.setArray
> > (jQuery.makeArray(selector));
>
> > OR in Firefox 3.0.10
>
> > line 81 jquery-1.2.6.js return jQuery( document )[ jQuery.fn.ready ?
> > "ready" : "load" ]( selector );
>
> > Sorry if I'm not providing enough detail...I'm pretty new to jQuery/
> > javascript. I assume it is a bug since the error is thrown from a core
> > jQuery script.
>
> > Thanks