Created
August 17, 2019 22:46
-
-
Save maxdenaro/cdd6c34e59bc37a81961fcb3b1986a6d to your computer and use it in GitHub Desktop.
jq-accordion
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
$('.accordion').accordion({ | |
transitionSpeed: 400, | |
}); |
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
div(data-accordion-group="") | |
.accordion.open(data-accordion="") | |
div(data-control="" class="control") text | |
div(data-content="" class="content") | |
div text | |
.accordion(data-accordion="") | |
div(data-control="" class="control") text | |
div(data-content="" class="content") | |
div text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment