我试图改变引导工具提示的颜色,在这里我找到了一个非常有希望的答案:
Change bootstrap tooltip color
但是,Praveen引用的JSFiddle不起作用。
当我在底部按下工具提示时,什么都不会发生,没有工具提示出现。
有人知道为什么这个JSFiddle不能工作吗?
发布于 2013-11-18 18:07:54
因为外部资源被移动了。您可以在JSFiddle中找到这些内容:

具体而言,链接已移至:
http://twitter.github.io/bootstrap/assets/css/bootstrap.css -> http://getbootstrap.com/2.3.2/assets/css/bootstrap.css
同样的
http://twitter.github.io/bootstrap/assets/js/bootstrap-tooltip.js -> http://getbootstrap.com/2.3.2/assets/js/bootstrap-tooltip.js
Here's the updated version of the Fiddle with the correct resource paths
I've also updated the original answer with the updated fiddle.https://stackoverflow.com/questions/20054409
复制相似问题