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

conflict with bootstrap.js #42

Closed
fourteenmeister opened this issue Apr 11, 2013 · 7 comments
Closed

conflict with bootstrap.js #42

fourteenmeister opened this issue Apr 11, 2013 · 7 comments

Comments

@fourteenmeister
Copy link

with bootstrap.js navigation elements is not correct visible

screen-1
screen-2

without bootstrap.js work perfectly (navigation element visible correct)

screen-3
screen-4

question - Can this be fixed?
Thanks in advance!

@paramquery
Copy link
Owner

Can you reproduce this issue on jsfiddle. http://jsfiddle.net/

Thanks

@fourteenmeister
Copy link
Author

@paramquery
Copy link
Owner

bootstrap seems to modify the DOM created by jQueryUI for button control.

It's resolved by adding bootstrap.js before jqueryui.js

http://jsfiddle.net/PeqMF/2/

@paramquery
Copy link
Owner

Did it solve your issue. Just want to know before closing the ticket.

@paramquery paramquery reopened this Apr 11, 2013
@fourteenmeister
Copy link
Author

twbs/bootstrap#6094
and this
twbs/bootstrap#5301
This problem seems related to the bootstap.js. I understood this correctly?

@fourteenmeister
Copy link
Author

Wow. I found the solution!
add after bootstrap.js
$.fn.bootstrapBtn = $.fn.button.noConflict();

http://jsfiddle.net/TYjfk/1/

The issue is closed.

@paramquery
Copy link
Owner

Sounds good. Please star the repo if you like it.

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