Could anybody please let me know that how would I select my dropdown list item by text rather than value?
I want to select Dropdown item by text with jQuery.
Thanks in advance.
|
Could anybody please let me know that how would I select my I want to select Thanks in advance. |
|||
|
|
|
|
|||
|
|
There is a filter function on jQuery that you can use to get elements with something more specific
This is going to return all options with the "text_to_select" in the text. |
|||
|
|
|
i think this will do the trick for you...
|
|||
|
|