Skip to content

Instantly share code, notes, and snippets.

@Padilo300
Created October 21, 2018 20:13
Show Gist options
  • Save Padilo300/45edcbc23b136eb5766183cb29d9cd15 to your computer and use it in GitHub Desktop.
Save Padilo300/45edcbc23b136eb5766183cb29d9cd15 to your computer and use it in GitHub Desktop.
JS toogleClass
$('#button').on('click',function(){
$('#element').toggleClass('discription_open');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment