Home >Web Front-end >JS Tutorial >jquery selector - select based on multiple attributes sample code_jquery
Select E[attr=val][attr=val] based on multiple attributes
$("div[title='ttt'][class='aaaa']").click().... ............
All elements under all div elements whose attribute title value is equal to ttt and whose attribute class is equal to aaaa