Permalink
1 comment
on commit
sign in to comment.
Browse files
Added support for map of events in live, die, delegate and undelegate…
…. Fixes #6282.
- Loading branch information
Showing
with
47 additions
and 0 deletions.
- +8 −0 src/event.js
- +39 −0 test/unit/event.js
This comment has been minimized.
NickCraver commented onNov 16, 2010
da5706c
I was looking to add support for this today...only to find it's already here. Can we get the API updated on this one? http://api.jquery.com/live/ and http://api.jquery.com/delegate/ make no mention that a map is now supported...which is very handy.