• I insert in my code tooltip code from getbootstrap.com, but tooltip dont work. How I can runing tooltip?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi1
    What code do you inserted where?
    Can you prvide a link?

    Thread Starter chezua

    (@chezua)

    Link to demo site: https://dima.chez.pp.ua/
    Code: <button type="button" class="servcashe" data-toggle="tooltip" data-placement="top" title="На данном сервере проходят акции с денежными призами."><i class="icon-dollar"></i></button>
    If I put a mouse to usd icon in servers a tooltip doesn’t show, show only title.

    Do you initialize em like it is described here:
    https://getbootstrap.com/docs/4.0/components/tooltips/
    ?

    By default they are turned off in Bootstrap 4

    Thread Starter chezua

    (@chezua)

    Incredible! If i use this code `$(function () {
    $(‘[data-toggle=”tooltip”]’).tooltip()
    })`
    before posting to a support I having a syntax error in console, but now all it’s working. Thank You!

    • This reply was modified 7 years, 6 months ago by chezua.
    • This reply was modified 7 years, 6 months ago by chezua.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to use tooltip and popover’ is closed to new replies.