Jquery selector selects sample code based on multiple attributes

  • 2020-03-26 21:34:00
  • OfStack

Select E[attr=val][attr=val] based on multiple attributes

= 'TTT' $(" div [title] [class = "aaaa"] "). Click ()...
All of the attributes under all of the div elements the title value is equal to TTT and the attribute class is equal to aaaa

Related articles: