Sorry - I interpreted your request wrong I think. Try this instead:

$(document).ready(function() {
    $('ul.nav').superfish(/*options if required*/).find('li').click(function() {
        $(this).hideSuperfishUl();
    });
});

...untested, but you never know your luck. Actually, you can probably
just use .hide() instead of .hideSuperfish() there.

Joel Birch.

Reply via email to