Creating select box next to existing select box if it contains a certain value?
Buenas noches dudes and dudettes,
I'm a total jquery noob, so this is probably very easy for you:
I've got a couple of selectboxes on my page, all with the ID selFunction1, selFunction2 and so on...
I want to create a new select box next to the preexisting selectbox if a certain value is selected, let's say
"beaver".
How do i do this? Thank you so much!