Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Apply Protaculous to the page, choose scriptaculous-packed, paste this into the top Function Body dialog.
document.observe('mouseover',function(evt){
var elm;
if((elm = evt.findElement('li.fwNavItem')) && elm.down('ul.sub')){
elm.select('ul.sub').invoke('hide').invoke('appear',{duration:0.3});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment