Селектор по нескольким атрибутам [name=”value”][name2=”value2″]


Содержание:

attributeMultiple selector

Описание: Matches elements that match all of the specified attribute filters.

  • Добавлен в версии: 1.0jQuery( "[attributeFilter1][attributeFilter2][attributeFilterN]" )

    attributeFilter1: An attribute filter.

    attributeFilter2: Another attribute filter, reducing the selection even more

    attributeFilterN: As many more attribute filters as necessary