I'm using the
.find(input[type='text'],input[type='url'],input[type='radio'])
, to find form fields in a form.
I would like to search for fields <select>
What is the notation I use in .find()
to also search for fields of type <select>?