Adding in .bind(name, false), .unbind(name, false) support - an easy way to just...
authorjeresig <jeresig@gmail.com>
Sat, 27 Feb 2010 14:02:13 +0000 (09:02 -0500)
committerjeresig <jeresig@gmail.com>
Sat, 27 Feb 2010 14:02:13 +0000 (09:02 -0500)
commita45372a4c5cfd33c4ff12b145bd79fec2fe0d382
treed742e359770aa2f7070626e4e71374518b85b501
parentba7195e3f90b3a3130ac0b15880ba2f27106f568
Adding in .bind(name, false), .unbind(name, false) support - an easy way to just stop bubbling and the default action on an element. Fixes #6188.
src/ajax.js
src/event.js
test/unit/event.js