You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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();
usesjQuery tooltip
per default. But I would like to only usebootstrap 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...The text was updated successfully, but these errors were encountered: