Opened 10 years ago
Closed 10 years ago
#13490 closed bug (notabug)
document http://api.jquery.com/delegate/ wrong tags
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the <code> below "As of jQuery 1.7, .delegate() has ... these are the equivalent templates for the two methods:" display "<em></em>" tags in text.
$(elements).delegate(<em>selector</em>, <em>events</em>, <em>data</em>, <em>handler</em>); jQuery 1.4.3+ $(elements).on(<em>events</em>, <em>selector</em>, <em>data</em>, <em>handler</em>); jQuery 1.7+
Note: See
TracTickets for help on using
tickets.
Thanks, moved to https://github.com/jquery/api.jquery.com/issues/255
In the future, please file issues for any site with the GitHub repo of the same name.