Skip to main content

Bug Tracker

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});

Attachments (1)
Change History (4)

Changed February 02, 2010 01:46AM UTC by john comment:1

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.

Changed February 02, 2010 02:16AM UTC by deadlyicon comment:2

agreed. I'll put together a patch for that

Changed November 10, 2010 02:05AM UTC by dmethvin comment:3

resolution: → duplicate
status: newclosed

Changed November 10, 2010 02:05AM UTC by dmethvin comment:4

Duplicate of #6282.