jQuery Hide/Show with select element
Posted
by ozzygmz
on Stack Overflow
See other posts from Stack Overflow
or by ozzygmz
Published on 2010-06-10T14:33:10Z
Indexed on
2010/06/10
14:42 UTC
Read the original article
Hit count: 339
I need to show and hide with the select element some divs. So far I have the HTML and I've tried many jQuery snippets online but none seemed to work. I need help please.
HTML
<div class="adwizard">
<select id="selectdrop" name="selectdrop" class="adwizard-bullet">
<option value="">AdWizard</option>
<option value="">Collateral Ordering Tool</option>
<option value="">eBrochures</option>
<option value="">Brand Center</option>
<option value="">FunTees</option>
</select>
</div>
© Stack Overflow or respective owner