Hi there,
I need to check if a select has an option whose TEXT is a specific value.
Eg <option value="123">abc</option> i would be looking for abc.
Is there a selector to do this?
Im looking for something similar to $('#select option[value="123"]'); but for text