Skip to content

Instantly share code, notes, and snippets.

@jamesslock
Created September 2, 2013 23:36
Show Gist options
  • Save jamesslock/6418216 to your computer and use it in GitHub Desktop.
Save jamesslock/6418216 to your computer and use it in GitHub Desktop.
$(".menu").click(function() { //use a class, since your ID gets mangled
$(this).addClass("active"); //add the class to the clicked element
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment