Description
The element selector selects all elements with the specific tag name.
The tag name refers to the text between the < and > of a HTML tag.
v1.0
This selector has the form:
$("tagname")
Parameter | Description |
---|---|
tagname | (required) Specifies name of the elements to select |