> I'm not sure what to do about this.  I'd like to make the special case
> of live avoid:
>
> handlers[ handler.guid ] = handler;
>
> and instead do
>
> handlers['click'][ handler.guid ] = handler;
>
> Thoughts?  I know you guys are busy, but I'd like to know that my work
> might have a chance at being used or is going in the right direction.
>

That seems reasonable. Although - why would you have 100s of event
delegations? I understand that you would have 100s of elements that would be
'caught' by a potential delegation but binding 100s of event listeners to
document seems problematic, any way you slice it.

--John

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

Reply via email to