[jQuery] Re: Close current after delay

2008-10-22 Thread [EMAIL PROTECTED]
Yep. you're right. It make sense. A nice fadeout effect on the first time just show where is the menu and then the normal things. Thx for your help. I appreciate a lot. Regards, Dom On Oct 22, 7:08 am, Joel Birch [EMAIL PROTECTED] wrote: fadeOut() is a core jQuery method, not

[jQuery] Re: Close current after delay

2008-10-21 Thread Joel Birch
Hi Dom, Simply alter the line in the setTimeout function to this: $('ul.sf-menu li.current ul').fadeOut('slow'); Note that I have altered both the method and the selector here. Joel Birch.

[jQuery] Re: Close current after delay

2008-10-21 Thread [EMAIL PROTECTED]
Thx a lot! So simple and power full with jquery. Damned... :o) Dom On Oct 21, 12:11 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Dom, Simply alter the line in the setTimeout function to this: $('ul.sf-menu li.current ul').fadeOut('slow'); Note that I have altered both the method and the

[jQuery] Re: Close current after delay

2008-10-21 Thread [EMAIL PROTECTED]
Hi! I try from myself to add the fadeout effect also on the other menu on mouseout, but I cant worki it out. Is fadeOut not a superfish function? I try this: fadeOut: 'slow', Where I am wrong? Dom On Oct 21, 2:54 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thx a lot! So simple and power

[jQuery] Re: Close current after delay

2008-10-21 Thread Joel Birch
fadeOut() is a core jQuery method, not a Superfish option. Also, Superfish does not support animations for closing the submenus, as I've never been able to get that working in a completely non-buggy way - likely due to my own incompetence. Part of the reason I haven't persevered to get that

[jQuery] Re: Close current after delay

2008-10-19 Thread [EMAIL PROTECTED]
If I wish add a fade out to close the menu, how I must do that? Regards, Dom On Oct 19, 2:18 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Superbe! That's exactly what I wish. Thx for the help. Dom On Oct 19, 1:32 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Dom, Rather than use