Multiple attribute selector [name="value"][name2="value2″]

Multiple Attribute Selector [name=”value”][name2=”value2″]

attributeMultiple selector

Description: Matches elements that match all of the specified attribute filters.

  • version added: 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

登录查看完整内容