I have a form with a couple dropdown menus, but I’m trying to get a DIV that displays based on your selection. For example:
If the user chooses “Option 1” from the dropdown, is sends it to JQuery which then comes back to HTML and tells it to display “DIV 1”. And the same if “Option 2” is chosen, then “DIV 2” is displayed and then “DIV 1” is hidden.
If this is possible, any advice would be greatly appreciated. Thanks alot!
Aaron
Try this fiddle
http://jsfiddle.net/2XV7w/5/