jQuery Hide/Show with select element
- by ozzygmz
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>