jQuery: The Write Less, Do More JavaScript Library

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 in Thread


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

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