Last active
August 1, 2018 18:51
-
-
Save Takerrim/1e8bb4edbc86df0924503b53c5079cb2 to your computer and use it in GitHub Desktop.
Acc jQuery ver.2
This file contains 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
$('.wrapper h1').click(function(){ | |
$(this).next("p").slideToggle() | |
.siblings("p:visible").slideUp(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment