Skip to content

Instantly share code, notes, and snippets.

@cristianstan
Created September 14, 2013 14:27
Show Gist options
  • Save cristianstan/6562478 to your computer and use it in GitHub Desktop.
Save cristianstan/6562478 to your computer and use it in GitHub Desktop.
jQuery: Add class onClick jQuery
jQuery(".block.sidebar-nav-left.codnitiveSidenavLeft").click(function () {
jQuery('.block.sidebar-nav-left.codnitiveSidenavLeft').addClass("dropdownKategorie");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment