Селектор по префиксу элемента [name|=”value”]


Содержание:

attributeContainsPrefix selector

Описание: Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).

  • Добавлен в версии: 1.0jQuery( "[attribute|='value']" )

    attribute: An attribute name.

    value: An attribute value. Can be either a valid identifier or a quoted string.

This selector was introduced into the CSS specification to handle language attributes.