-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Tooltips: "Tether is not defined" #17273
Comments
@lgkonline did you load the tether javascript library? You'll notice in the docs we load this file to load the tether library https://github.com/twbs/bootstrap/blob/v4-dev/docs/assets/js/vendor/tether.min.js#L1 |
We should probably throw a more explicit "Bootstrap tooltips require Tether ()" error/warning like we do for jQuery. |
Ah, got it. Thanks guys. :) I guess I can close issue here. |
Reopening to track the "throw an explicit error" suggestion. |
Does this mean that Tether needs to be imported separately from the bootstrap js? EDIT: found the documentation! For anyone else who finds this thread, it's at http://v4-alpha.getbootstrap.com/components/tooltips/#overview |
I feel like tether should be included as a bower dependency of bootstrap 4. Thanks for all the great work everyone. |
You need to include the Tether library. but Tether library return function value Tether is not a global ! |
+1 same issue with alpha 2. |
See #17325. |
Today I wanted to try the Bootstrap 4 alpha and when I want to use the tooltips plugin I get this error in my debugger console:
The text was updated successfully, but these errors were encountered: