[jQuery] Superfish: onBeforeShow and onHide callback functions

2008-08-28 Thread jefe
Hello, I am trying to use Superfish's onBeforeShow and onHide callback functions to hide some text when a menu is triggered and the show it again when the menu disappears: onBeforeShow: function(){ $("p.default").fadeOut(1); }

[jQuery] Re: Superfish: onBeforeShow and onHide callback functions

2008-08-29 Thread jefe
Joel, That fixed it. Thanks for your help. Justin On Aug 28, 7:43 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Justin, > > The onHide callback will fire whenever the function that hides other > submenus runs, which it does when moving from submenu to submenu. > Hence, it is not suitable fo