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

tooltip conflict with bootstrap #14

Open
danyhiol opened this issue May 2, 2017 · 1 comment
Open

tooltip conflict with bootstrap #14

danyhiol opened this issue May 2, 2017 · 1 comment

Comments

@danyhiol
Copy link

danyhiol commented May 2, 2017

I'm using this package along with twbs:bootstrap@3.3.6. I'm having a conflict issue I'm trying to solve for some time now. calling $(selector).tooltip(); uses jQuery tooltip per default. But I would like to only use bootstrap tooltip. I've also tried all the solutions proposed on the web ( $.widget.bridge('uitooltip', $.ui.tooltip); var bootstrapTooltip = $.fn.tooltip.noConflict(); $.fn.bstooltip = bootstrapTooltip; ) with no result. Any idea on this? Even if in include deactivating completely the Jquery tooltip. Thanks...

@carlovenus
Copy link

I have the same issue

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