Adminlte: bootstrap popover and tooltip not working

Created on 27 Jul 2016  路  5Comments  路  Source: ColorlibHQ/AdminLTE

Hey, I have been trying to use bootstrap tooltip and popover with the buttons but it is not working at all. I tried to use it with attribute and using jquery too. Is this a bug?

Most helpful comment

Have you initialize popover in your scripts?

From bootstrap documentation:

For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.

If not, try:

$('[data-toggle="popover"]').popover()

All 5 comments

Anyone else having same problem?

I think there are some javascript dependencies you need to include

Have you initialize popover in your scripts?

From bootstrap documentation:

For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.

If not, try:

$('[data-toggle="popover"]').popover()

Can you also check this thread about jQueryUI and Botstrap tooltips:
http://stackoverflow.com/questions/13731400/jqueryui-tooltips-are-competing-with-twitter-bootstrap

Closing due to inactivity

Was this page helpful?
0 / 5 - 0 ratings

Related issues

esaesa picture esaesa  路  3Comments

lenamtl picture lenamtl  路  3Comments

acacha picture acacha  路  4Comments

EliuTimana picture EliuTimana  路  4Comments

gaea44 picture gaea44  路  3Comments