Hi Wesley,
1. you are only closing one of your IF statements (with a '}')
2. worth making sure you using display:none consistently and not
visibility:hidden anywhere

might help dunno?!



wesley.bunton wrote:
> 
> 
>       if($(caller).css("display") == "none"){
>       
> 
>               if($("#home").css("display") != "none"){
> 
>                       $("#home").animate({
> 
>                               opacity: 0,
> 
>                               height: 'toggle'
> 
>                       }, settings.speed, settings.easing);
> 
>               }
> 
> 
> I'm new to jquery (obviously) and would appriciate any help.  Thanks so
> much!
> 
> thanks,
> wes
> 

-- 
View this message in context: 
http://old.nabble.com/Need-help-using-JQuery-selectors-tp26159956s27240p26160035.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to