Bootstrap tooltips not working

前端 未结 25 1741
孤城傲影
孤城傲影 2020-11-28 17:46

I\'m going mad here.

I\'ve got the following HTML:



        
25条回答
  •  萌比男神i
    2020-11-28 18:30

    You don't need all js files separately

    Just use the following files if you are going to use all bootstrap functions:

    -bootstrap.css
    -bootstrap.js
    

    both of them can be found in http://twitter.github.com
    and finally
    -Latest version of jquery.js


    For Glyphicons you need the image

    glyphicons-halfings.png and/or glyphicons-halfings-white.png(white coloured images)
    which you need to upload inside /img/ folder of your website (or) store it where ever you want but change the folder directory inside the bootstrap.css


    For tooltip you need the following script inside your tag

      
    

    That's it...

提交回复
热议问题