public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git
jquery / plugins / listen
name age message
..
file changes.txt Fri May 09 11:19:12 -0700 2008 jquery listen: adding 1.0.3 to the repository. [aflesler]
file demo.html Fri May 09 11:19:12 -0700 2008 jquery listen: adding 1.0.3 to the repository. [aflesler]
file jquery.listen-min.js Fri May 09 11:19:12 -0700 2008 jquery listen: adding 1.0.3 to the repository. [aflesler]
file jquery.listen.js Fri May 09 11:19:12 -0700 2008 jquery listen: adding 1.0.3 to the repository. [aflesler]
file readme.txt Fri May 09 11:19:12 -0700 2008 jquery listen: adding 1.0.3 to the repository. [aflesler]
readme.txt
jQuery.Listen is not meant to be faster than the regular way, the example should show that using event delegation is as 
efficient as binding to single elements, but only one handler is used (and only bound once) so it's light, and doesn't 
require rebinding (annoying!).
There's a problem with a bug in jQUery 1.2.1, specified in the example.