Side navigation
#13490 closed bug (notabug)
Opened February 21, 2013 09:20AM UTC
Closed February 21, 2013 01:05PM UTC
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+
Attachments (0)
Change History (1)
Changed February 21, 2013 01:05PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
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.