Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我到处都看过,甚至在这里!我已经尝试了所有代码,但我仍然无法让工具提示在 BootStrap 中工作!我真的越来越沮丧了!!
有没有人有实际工作的js代码?如果您分享它,我将非常感激。
我正在使用 BootStrap 3.0
有什么建议么?谢谢。
刚刚从工作项目中复制粘贴:
$(document).ready(function () { $('.tooltip_cell').tooltip({container: 'body'}) }); <td class="tooltip_cell" data-toggle="tooltip" data-placement="top" title="Tooltip text"> Some text</td>