Bug Tracker

Opened 13 years ago

Closed 13 years ago

#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:
Blocked by: Blocking:

Description (last modified by dmethvin)

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 (1)

comment:1 Changed 13 years ago by dmethvin

Description: modified (diff)
Resolution: fixed
Status: newclosed

Agreed; fixed.

Note: See TracTickets for help on using tickets.