Side navigation
#7565 closed bug (duplicate)
Opened November 19, 2010 09:48AM UTC
Closed November 19, 2010 09:59AM UTC
Last modified November 19, 2010 10:00AM UTC
.live()/.delegate() documentation incomplete
Reported by: | nrcraver@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.live()and
.delegate()now support a map of event handlers as a result of Ticket #6282 and commit https://github.com/jquery/jquery/commit/da5706c974f8ef720b3194179366e1096c19269e
The corresponding docs in the API didn't get an update though: http://api.jquery.com/live/ and http://api.jquery.com/delegate/ Can these be updated to include the map overload, like
.bind()(http://api.jquery.com/bind/) already has?
This is a ''very'' useful enhancement, but it's somewhat of a secret at the moment.