]> source.dussan.org Git - jquery.git/commit
jQuery 1.7 event work:
authorDave Methvin <dave.methvin@gmail.com>
Fri, 29 Jul 2011 00:43:23 +0000 (20:43 -0400)
committertimmywil <timmywillisn@gmail.com>
Mon, 19 Sep 2011 19:42:30 +0000 (15:42 -0400)
commit5d6a1424aa182bfe25897a217550c2e585e3ed0b
treed2617862c5e38e5cf3988896a88d69583b6aca27
parent8b4bd89addd2bab64656f699ee003aea03987c63
jQuery 1.7 event work:
Add .on() and .off() methods.
Write existing methods in terms of on/off.
Rewrite delegated handling to remove "live" event.
Fix existing code for jQuery style guide.
Fix existing bug in unit tests calling .undelegate()
src/event.js
test/unit/event.js