Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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).- Loading branch information
Showing
with
79 additions
and 1 deletion.
- +20 −0 src/core.js
- +8 −1 src/event.js
- +51 −0 test/unit/core.js