Skip to content

Instantly share code, notes, and snippets.

@josueochoa
Created November 28, 2013 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josueochoa/91654e63e167f4040a81 to your computer and use it in GitHub Desktop.
Save josueochoa/91654e63e167f4040a81 to your computer and use it in GitHub Desktop.
jQuery("#avia-menu").on("click", "a", function(){
jQuery("#avia-menu li.current-menu-item").removeClass("current-menu-item");
jQuery(this).closest("li").addClass("current-menu-item");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment