Added namespaced events to bind, unbind, and trigger. This allows you to deal with...
authorJohn Resig <jeresig@gmail.com>
Mon, 3 Sep 2007 14:53:09 +0000 (14:53 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 3 Sep 2007 14:53:09 +0000 (14:53 +0000)
commit456f0fe5985eaad42eba456b9ff710771669607c
treefa80f9dceb0efac68d44275cd14664bcadd0c690
parenta5c319f922efcf34652d0632a945d20a0ab36ca6
Added namespaced events to bind, unbind, and trigger. This allows you to deal with event handlers of a specific "class" (great for plugins).
src/event/event.js
src/event/eventTest.js