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....@gmail.com> 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...@gmail.com> 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

Reply via email to