Adding in support for bubbling submit and change events, thanks to the patch by Justi...
authorJustin Meyer <justinbmeyer@gmail.com>
Fri, 4 Dec 2009 16:28:50 +0000 (11:28 -0500)
committerjeresig <jeresig@gmail.com>
Fri, 4 Dec 2009 16:28:50 +0000 (11:28 -0500)
commitd42afd0f657d12d6daba6894d40226bea83fe1b6
tree242ceb87da56506dc09744eb0196f1f60edc926a
parentc6a0211e57cfc8da15f7993e71e27256aefc7f65
Adding in support for bubbling submit and change events, thanks to the patch by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended.
src/event.js
src/support.js
test/delegatetest.html [new file with mode: 0644]
test/unit/event.js