Bootstrap 在该网站上运行良好,但由于某种原因,我无法弄清楚如何让工具提示发生。也许我说得不对?
<div class="span3 app9downloadIcon downloadSectionItem" title="Download for App 9" id="' + appID + '" format="app9" appname="'+item.title+'"></div>'
//calling tooltip here
$(app9downloadIcon).tooltip();
所以基本上app9downloadIcon
是一个在css中指定背景图像的div。我想将鼠标悬停在图像上,并让工具提示出现“为 App 9 下载”。但它在悬停 atm 上没有任何作用。但是我将其更改为$(app9downloadIcon).tooltip('show');
确实显示了工具提示,但它始终是静态且可见的。