« Return to Thread: Bug in $() in jQuery v1.1.1?

Re: Bug in $() in jQuery v1.1.1?

by Dan G. Switzer, II :: Rate this Message:

Reply to Author | View in Thread

Jörn,

>In case you want to test it with your copy of jQuery, modify pushStack
>to look like this:
>
>pushStack: function( a ) {
> var ret = jQuery(a);
> ret.prevObject = this;
> return ret;
>},

Yes, that does indeed fix the problem! I guess I should have searched the
archives better.

-Dan


_______________________________________________
jQuery mailing list
discuss@...
http://jquery.com/discuss/

 « Return to Thread: Bug in $() in jQuery v1.1.1?