jQuery.Listen
jQuery.Listen
Hi, I added the first release of my new plugin and I'd appreciate some
feedback. The idea with this is plugin is to register selectors with
handlers to events (mostly like query live), but this one handles the
events using event delegation. Obviously some events can't be handled
this way.
Perfomance is very important to me here, because some events fire
repeatedly. The example has a table that can be enlarged endlessly. In
my PC, performance was good even with many many cells. IE got a a bit
slow after filling the page with cells, but I added another example,
doing the same but using regular binding. And it worked as slow as
with jQuery.Listen. So I guess it's not my fault :).
Thanks, here's the link: http://jquery.com/plugins/project/Listen
Ariel Flesler