Created
October 21, 2018 20:13
-
-
Save Padilo300/45edcbc23b136eb5766183cb29d9cd15 to your computer and use it in GitHub Desktop.
JS toogleClass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#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