Opened 12 years ago
Closed 12 years ago
#11174 closed bug (fixed)
Docs Bug: The .live() method doesn't appear in the Deprecated category.
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The .live()
method docs state that it is deprecated...
"As of jQuery 1.7, the .live()
method is deprecated."
...but live()
doesn't appear in the Deprecated category of the API.
Note: See
TracTickets for help on using
tickets.
Sure enough! I added both
.live()
and.die()
to the deprecated list, thanks!