jquery accordion - close sections only on second click -
I use an acronym (jquery UI) and when I click on another, I do not want to close the section. What is the best way to do this class first opened?
An ampodian does not allow more than one content panel to open at the same time. Read. Usually, whatever you want to achieve, it can be written with a jquery code under a few lines
$ ('# accordion h3'). Click (function () {$ (This) .next (). Toggle ('Slow');})
Comments
Post a Comment