简体   繁体   中英

Bootstrap 3.3.4 Tooltips not working

After upgrading to Bootstrap 3.3.4, all of the tool-tips stopped working on my website.

I have created a simple example of my set-up via JsFiddle with Bootstrap 3.3.4 , and Jquery 2.1.3 .

Please tell me, am I doing something wrong? Did something change that I have to update?

Problem is the Order of js files . You must include bootstrap.js after jquery.js.

Here is the updated fiddle

JS:

$('#heading').tooltip('show')

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM