Side navigation
#6006 closed feature (duplicate)
Opened February 02, 2010 01:28AM UTC
Closed November 10, 2010 02:05AM UTC
Last modified November 10, 2010 02:05AM UTC
Add `object of event/handler pairs` as an option argument to $.fn.delegate
Reported by: | deadlyicon | Owned by: | brandon |
---|---|---|---|
Priority: | minor | Milestone: | 1.4.2 |
Component: | event | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Extending the API to allow the following:
$(document).delegate(selector, {event:handler});
Shouldn't we probably add this to .live() first? It's likely that the changes to delegate would become either simpler or go away altogether.