Thanks Joel, you rock.
I ended up going with
$(document).ready(function() {
$('ul.nav').superfish().click(function(){
$(this).find("ul").hide();
});
});
So the original menu is still there, sometimes new items open in a new
window, so I didn't want
I've got a request from a client to have the menu disappear after an
item is clicked so the user knows that their click was registered.
Ideally, the next page would come up fast enough where the user
wouldn't need this visual cue, but many of these pages contain a lot
of data and take a few second
2 matches
Mail list logo