Opened 13 years ago
Last modified 13 years ago
#5377 closed enhancement
Documentation for tag selector is unclear — at Initial Version
Reported by: | henrys | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.4 |
Component: | docs | Version: | 1.3.2 |
Keywords: | documentation, tag, name, selector | Cc: | |
Blocked by: | Blocking: |
Description
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.
Note: See
TracTickets for help on using
tickets.