Hello

I am using Superfish 1.4.8 for making a keyboard accessible menu with
sub levels that open only when the user has tabbed to the option
(focus is active on the element) and then presses the ENTER key. The
reason for this is that this is intended for browsing with screen
reader applications that will get confused if the sub level opens
automatically, it needs to be done until the user requests it.

Is there any way to use the click event instead of focus to open the
menu? I am thinking about this line:

$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call
($li);});

and tried modifying it using click instead of focus but the blur
events starts working strange like closing the whole menu when the
first option loses focus.

Any help will be really appreciated.

Thank you!!

Reply via email to