jeudi 16 juin 2016

Bootstrap Collapse show one at a time


how can I go about showing one at a time?

$('.collapser').click(function() {
$(this).next().collapse('toggle');

 });

View demo here: http://jsfiddle.net/tvvq59wv/1/

Thanks in advance!


Aucun commentaire:

Enregistrer un commentaire