[jQuery] Re: [Superfish] Close current after delay

2008-10-19 Thread [EMAIL PROTECTED]
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 the pathClass option for this, you can manually show > all '.current' submenus on document ready, then set a timer to close > them after a couple o

[jQuery] Re: [Superfish] Close current after delay

2008-10-19 Thread Joel Birch
Hi Dom, Rather than use the pathClass option for this, you can manually show all '.current' submenus on document ready, then set a timer to close them after a couple of seconds. Below is your initialisation code modified as described. I've tested it and it seems to work right - unless I have misu