Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeData...
authorJohn Resig <jeresig@gmail.com>
Sun, 3 Feb 2008 04:05:24 +0000 (04:05 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 3 Feb 2008 04:05:24 +0000 (04:05 +0000)
commit77da94552e94925e990d058ed81419d0835747ce
treef972b02f6315fd03afbf391cb018e361ab58b6ff
parent25c76232c6cacc643d1142b5f951a0e5fcc12b6b
Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeData() handle namespaced data, .data() triggers a "set-KEY" event on all modified elements, and .bind("click!") only triggers a click (and no namespaced events).
src/core.js
src/event.js
test/unit/core.js