Hey there,
I have a simple problem but can’t seem to get the solution working. Basically I have a select. Depending on the option selection of this select it should display a separate corresponding select.
I have a js fiddle going here:
http://jsfiddle.net/FcsBu/22/
any help would be appreciated.
thanks!
Your last selector is wrong
it should be either
or
depending on whether the optionValue contains the class of the select you want to show or the id of the select you want to show.
Hope this helps! If it answered your question please click the checkbox next to my answer to accept it!