On 26 Nov 2009, at 11:48, szimek wrote: > anyone had any luck with using event delegation for mouseenter and > mouseleave events? I'm constantly adding and removing elements from > the page, so it would be much better and easier than keeping track of > all handlers manually.
For global handlers, we use NWEvents and NWMatcher (http://javascript.nwbox.com/NWEvents/ ). For the actual behavior implementation, we still use Prototype +Scripty. Amazing combo, really... Best regards Peter De Berdt -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
