[jQuery] Re: jQuery Newbie - Getting value of a Select Option

2008-03-25 Thread EasyThereTiger
if( hearValue == "O"){ hearOther.show('fast'); }else{ hearOther.hide('fast'); } }); }); On Mar 24, 12:01 am, EasyThereTiger <[EMAIL PROTECTED]> wrote: > I'm a complete newbie to jQuery trying to

[jQuery] jQuery Newbie - Getting value of a Select Option

2008-03-24 Thread EasyThereTiger
I'm a complete newbie to jQuery trying to perform a relatively simple task, but can't figure it out. Based of the value of a select option, I want to hide/show a div. How do I get the value of the select option? Here's what I have below. Thanks for your help! $(document).ready(function(){