Skip to content
New issue

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

twitter bootstrap responsive toggle conflict #68

Closed
agispas opened this issue Jun 16, 2014 · 2 comments
Closed

twitter bootstrap responsive toggle conflict #68

agispas opened this issue Jun 16, 2014 · 2 comments

Comments

@agispas
Copy link

agispas commented Jun 16, 2014

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!

@agispas
Copy link
Author

agispas commented Jun 20, 2014

No one knows why it still conflicts with Bootstrap ?

@danielstocks
Copy link
Owner

Planned on fixing in #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants