Created
July 22, 2018 07:02
-
-
Save Takerrim/e064552f1ada51ed54e148ec5722c0b6 to your computer and use it in GitHub Desktop.
Accordion jQuery
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
$('.header').click(function(){ | |
$(this).toggleClass('active'); | |
$(this).next().slideToggle(); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment