Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Created September 4, 2015 14:25
Show Gist options
  • Save bepatrickdavid/53ee0bb68fa8e324936d to your computer and use it in GitHub Desktop.
Save bepatrickdavid/53ee0bb68fa8e324936d to your computer and use it in GitHub Desktop.
JS: add remove class
$('#elm').click(function(){
$('#elm .elemento').toggleClass('active');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment