Skip to content

Instantly share code, notes, and snippets.

@sutter
Created August 29, 2013 06:41
Show Gist options
  • Save sutter/6374882 to your computer and use it in GitHub Desktop.
Save sutter/6374882 to your computer and use it in GitHub Desktop.
$("p").click(function () {
$(this).toggleClass("highlight");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment