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.
我如何让这个想法启动并运行?引导站点对实际做什么有点模糊。当有人将鼠标悬停在我网站上的链接上时,我希望弹出工具提示。
第一的:
<a href="#" class="link" data-original-title="first tooltip">Hover me for a tooltip</a>
然后:
$('.link').tooltip()
请参阅Twitter Bootstrap 的工具提示。