I don't follow. What does "make the above .closest() context change" mean?

Jörn

On Thu, Jul 23, 2009 at 5:12 AM, John Resig<[email protected]> wrote:
>
>> Not to mention it would either be broken, or be a complete hack.
>>
>> $(selector, context); is actually an alias for
>> $(context).find(selector); And this.context isn't what was passed to
>> context.
>
> I remember the case of $(DOMElement, DOMElement) being discussed recently as
> an alias for $(DOMElement).has(DOMElement) (which just landed in trunk). We
> could actually add this in and gain the ability to make the above .closest()
> context change, as well. Win-win!
>
> --John
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to