v5 beta 1 - Tooltip not working #32776
Replies: 2 comments 2 replies
-
You need to use
|
Beta Was this translation helpful? Give feedback.
-
I have some problem, I changes my data-toggle to data-bs-toggle, and I used bootstrap.bundle js 5.0 beta1 but it not work but when I using 5.0.0-alpha2/js/bootstrap.bundle |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My bootstrap tooltip's will not work when i use "bootstrap.bundle.min.js" from v5 beta 1 (i am using jquery-3.5.1.), but when i try to use from lets say v5 alpha 2, it works, can someone help me with that ?
I call it "$(function () {
$('[data-toggle="tooltip"]').tooltip();
});"
Example with the html code :
Tooltip
Little more about the problem:
When i hover with the mouse over the tooltip nothing happens, and the tooltip is not displayed. I did try all the v5 alpha versions, and on all its working as it should. Cannot find anything that could fix the problem, thats why i try here to find help.
Beta Was this translation helpful? Give feedback.
All reactions