Made it so that you can bind a single function to multiple .live() selectors. Additio...
authorJohn Resig <jeresig@gmail.com>
Fri, 9 Jan 2009 22:10:42 +0000 (22:10 +0000)
committerJohn Resig <jeresig@gmail.com>
Fri, 9 Jan 2009 22:10:42 +0000 (22:10 +0000)
commitd12e8a34e6d96f98ac4f9408a0d61a9ed373f917
tree12a709da13b457e1dedd14fc28f36725c1773904
parenteced38a30d21d025db3e219f3cce7239754316d8
Made it so that you can bind a single function to multiple .live() selectors. Additionally, simplified the proxy code to provide a default proxy function.
Fixes #3787.
src/event.js
test/unit/event.js