Jquery selector selects sample code based on multiple attributes


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