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
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(){
2 matches
Mail list logo