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.
所以我不确定我是否应该将其称为悬停菜单,并且我基本上希望有一些文本在悬停或单击以显示一些信息时有一个小窗口悬停。
我尽我所能在Photoshop中做了一个例子。
另一个例子就像
但在这种情况下,我希望它上升。
很多帮助表示赞赏。谢谢。
使用此工具提示这与您需要的相同
工具提示
我有东西给你
引导弹出框
它易于使用,您可以popover根据您的要求
popover
$('#example').popover(options);
在选项中给出html:true和content:your_html_content
html:true
content:your_html_content