我有一个标签:
<asp:Label ID="LblToolTip" runat="server" Text="What's this?" ToolTip="Note: The id appears on the confirmation email."></asp:Label>
我尝试在线关注教程以获得带有气球的工具提示,但是我收到此错误。我该如何解决?
答案 0 :(得分:0)
使用此link来显示工具提示
<button data-balloon="Whats up!" data-balloon-pos="up">Hover me!</button>