try this: <script type="text/javascript"> $( function() { $("#stateHolder > div").hide(); $("#stateList").change( function() { $("#stateHolder > div").hide(); $("#" + $(this).val() ).show(); }); }); </script> -- Viele Grüße, Olaf ----------------------------------- [EMAIL PROTECTED] http://olaf-bosch.de/ http://ohorn.info/ http://www.akitafreund.de/ -----------------------------------
- [jQuery] Show a Div based on a Dropdown selection ButtersRugby
- [jQuery] Re: Show a Div based on a Dropdown selection ripple
- [jQuery] Re: Show a Div based on a Dropdown selectio... ButtersRugby
- [jQuery] Re: Show a Div based on a Dropdown sele... Olaf Bosch
- [jQuery] Re: Show a Div based on a Dropdown ... ButtersRugby
- [jQuery] Re: Show a Div based on a Dropdown selectio... ButtersRugby