Skip to content

Instantly share code, notes, and snippets.

@zurie
Created February 19, 2015 15:23
Show Gist options
  • Save zurie/4b140afe265cbe2f33c5 to your computer and use it in GitHub Desktop.
Save zurie/4b140afe265cbe2f33c5 to your computer and use it in GitHub Desktop.
/* Main Navigation Hover*/
$(function () {
$('#header .topnav li a').bind('mouseenter mouseleave', function() {
$(this).parent().toggleClass('hover');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment