Trying to collapse the first panel using Bootstrap 3 collapse?
Using Bootstrap 3, and it's basic structure for the Collapse, I'm trying
to close the first panel, however it doesn't seem to work. Am I using the
option correctly?
$('.collapse').collapse({
parent: true
});
No comments:
Post a Comment