是否可以告诉 qTip 2.0 使用除“标题”之外的其他属性?作为默认值?
我如何告诉 qTip 使用“标题”以外的其他属性作为默认属性?
我需要使用另一个属性的原因是,当我禁用 qtip 并动态添加带有“标题”的元素时,当我将鼠标悬停在该元素上时,标题将显示。我不想发生这种情况。
谢谢
How do i tell qTip to use another attribute than 'title' as default?
The reason i need to use another attribute, is because when i disable qtip and dynamically add elements with "title", the title will show when i hover my mouse over the element. Which i dont want to happen.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我们的项目中,我们还使用 qTip 并强制它使用子项的内容而不是 Title 属性。子内容默认隐藏(CSS -> display:none;)
In our project, we also use qTip and force it to use content of a children instead of Title attribute. The children content is hidden by default (CSS -> display:none;)