Селектор по имени тэга (“element”)


Содержание:

element selector

Описание: Selects all elements with the given tag name.

  • Добавлен в версии: 1.0jQuery( "element" )

    element: An element to search for. Refers to the tagName of DOM nodes.

JavaScript's getElementsByTagName() function is called to return the appropriate elements when this expression is used.