Joao Marcos Barbosa Oliveira
Posts: 0
Joined: Sat Jan 04, 2014 2:30 pm

How can I know if a value is inside a selectmenu?

What I have to do next?

Appery("selectmenu_name").find("option[value="+value1+"]")

I have to know if value1 is in the selectmenu.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

How can I know if a value is inside a selectmenu?

You can save all select menu values to the array and search this value in array.
This should be helpful: http://marcgrabanski.com/jquery-selec...

Return to “Issues”