via jQuery...WITHOUT using the data tags.

Using selectors doesn't seem to work correctly, i.e., if I use:

$("#company-team-link").click(function () {
    $("#collapse-team").collapse('show');
    $("#company-services").collapse('hide');
});

All of the accordion panels show.

However, I can add and remove classes, for instance, appropriately.

If there is, somewhere, some example of a functional Bootstrap 
Collapse-based accordion controlled entirely by jQuery, I'd like to see it. 
Please.

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to