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.
这是我第一次使用 qtip。我正在尝试在按钮上显示工具提示。下面是代码 -
$(".signUpButton").qtip({ content: { text: 'My tooltip content' } });
我尝试添加 show: {event: 'mouseenter'},但没有帮助。有人可以让我知道我在这里做错了什么吗?
{event: 'mouseenter'}
谢谢, 阿努普