I'm definately no expert but when you hover over a superfish main
element
it changes the active li class to 'sfHover' and the ul within it to
<ul style="display: block; visibility: visible;">
Not tested but perhaps you could use something like (this is to
activate the 2nd menu item)
$('.sf-menu li:nth-child(2)').addClass("sfHover")
$('.sf-menu li:nth-child(2) ul').css({'visibility': 'visible'});
On Nov 5, 6:39*pm, jens <i... (AT) wizardmedien (DOT) de> wrote:
Quote:
For a week i request this question here, but no request.
How to open the activ ul from the start at a sitehttp://groups.google.com/group/jquery-en/browse_thread/thread/e752f5d...
|