> That can't be the correct permanent fix, though; something else is messing
> up the object elsewhere. Looking at the $() constructor in SVN I see this:
>
>         // Watch for when a jQuery object is passed at the context
>         if ( c && c.jquery ) return c.find(a);
>
> That would end up doing a pushStack on c (modifying the this object) and it
> would also return c--not a copy of c--as the actual object.

That's exactly it... ugh. I have a ticket for it here:
http://proj.jquery.com/dev/bugs/bug/132/

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to