Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created November 13, 2016 16:56
Show Gist options
  • Save ingozoell/d8edae1e06d15862e504077f8d5bd06b to your computer and use it in GitHub Desktop.
Save ingozoell/d8edae1e06d15862e504077f8d5bd06b to your computer and use it in GitHub Desktop.
Add class on parent element
$(this).parent().addClass('newClass');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment