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);
}
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
2 matches
Mail list logo