I
I
incel2018-11-21 11:04:50
JavaScript
incel, 2018-11-21 11:04:50

What is the tether.min.js library in bootstrap?

For what purposes, is it possible to refuse it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2018-11-21
@incel

This is a positioning library. The Bootstrap team has used it before for positioning dropdowns, tooltips, and popovers. Now instead of this library, its more advanced counterpart is used - popper.js . If you refuse it, the components listed above will stop working. In recent versions of Bootstrap, popper.js is included by default in the bootstrap.bundle.js file. On the other hand, if you do not use tooltips and pop-ups in the project, then you can do without popper.js at all, since the drop-down menu in the navigation bar (navbar) can work without this plugin.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question