Modify ↓
Ticket #5377 (closed enhancement: fixed)
Documentation for tag selector is unclear
| Reported by: | henrys | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.4 |
| Component: | docs | Version: | 1.3.2 |
| Keywords: | documentation, tag, name, selector | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by dmethvin) (diff)
URL: http://docs.jquery.com/Selectors
The documentation for the tag selector should clarify that it matches on TAG name. The current wording "Matches all elements with the given name" could be interpreted as matching elements with a matching "name" attribute (i.e. like getElementsByName is supposed to do)
Replacing "name" with "tag name" should suffice. Note: The page is locked for editing.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Agreed; fixed.