Skip to content

Instantly share code, notes, and snippets.

@Juribiyan
Created October 8, 2013 17:24
Show Gist options
  • Save Juribiyan/6888253 to your computer and use it in GitHub Desktop.
Save Juribiyan/6888253 to your computer and use it in GitHub Desktop.
window.onload=function(e) {
$('.menu-sect').each(function() {$(this).hide(); } );
$('.sect-exr').mouseenter(function() { menu_show('ms-'+$(this).data('toexpand')); });
$('#overlay_menu').mouseleave(function() { menu_show('_off_'); });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment