Use the attribute-equals selector, like this:
$("select[title="cars"]")
There are other attribute selectors available as well if the need arises 🙂
Use the attribute-equals selector, like this:
$("select[title="cars"]")
There are other attribute selectors available as well if the need arises 🙂