bootstrap 工具提示问题请教

发布于 2021-11-22 01:58:40 字数 1264 浏览 827 评论 2

<div class="well">
    <p class="muted" style="margin-bottom: 0;">
    Alibaba Group makes it easy for anyone to buy or sell online anywhere in the world. It is a family of Internet-based businesses that includes online marketplaces that facilitate business-to-business international and domestic China trade, retail and payment platforms, shopping search engine and distributed cloud computing services. In July 2012, Alibaba Group adjusted its core business into seven business groups, namely Alibaba International Business Operations, Alibaba Small Business Operations, <a href="#" rel="tooltip" title="Taobao Marketplace - China's popular C2C online shopping destination">Taobao</a> Marketplace, <a href="#" rel="tooltip" title="Tmall.com - China's B2C shopping destination with an extensive selection of quality brands and authentic products">Tmall.com</a>, Juhuasuan, eTao and Alibaba Cloud Computing, to foster the development of an open, collaborative and prosperous e-commerce ecosystem.
</div>

看demo应该可以得到黑色的工具提示。不过效果出不来,成下面效果:

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青萝楚歌 2021-11-23 22:22:30

能改变他弹出的颜色不

为你鎻心 2021-11-23 22:18:09

自己解决了。。

        <script type="text/javascript">
            $(document).ready(function(){
                    $('.tooltip-demo.well').tooltip(
                        {
                         selector: "a[rel=tooltip]"
                        });
                                                        
            });
            
            function showtest01()
            {
                $('#tooltip_test01').tooltip('toggle');
                $('#tooltip_test02').tooltip('toggle');
            }
            
        </script>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文