I love this widget in google closure,
Zippy
and I need an equevalent in jquery. I’m pretty sure there is one.
I found Accordion in jquery UI, but it is not the same behaviour.
Unlike Accordion, which organizes a set of chunks and shows only one at a time, Zippy targets one chunk and toggles its visibility.
I love this widget in google closure, Zippy and I need an equevalent in
Share
You can easily make your own plugin for such a simple task :
Here’s a working demo.