We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've copied your latest change for jquery.collapse.js ( 'collapsed' instead of 'open') from here https://github.com/danielstocks/jQuery-Collapse/blob/c8964af642d791811e765958ca5aa5a2b7302f00/src/jquery.collapse.js and this code:
$(".accordion-example").collapse({ accordion: true, open: function() { this.addClass("collapsed"); this.css({ height: this.children().outerHeight() }); }, close: function() { this.css({ height: "0px" }); this.removeClass("collapsed"); } });
But this still doesn't solve the issue with the Bootstrap toggle from navigation. What am I missing ? Thank you!
The text was updated successfully, but these errors were encountered:
No one knows why it still conflicts with Bootstrap ?
Sorry, something went wrong.
Planned on fixing in #102
No branches or pull requests
I've copied your latest change for jquery.collapse.js ( 'collapsed' instead of 'open') from here
https://github.com/danielstocks/jQuery-Collapse/blob/c8964af642d791811e765958ca5aa5a2b7302f00/src/jquery.collapse.js
and this code:
But this still doesn't solve the issue with the Bootstrap toggle from navigation.
What am I missing ?
Thank you!
The text was updated successfully, but these errors were encountered: