鼠标悬停时显示 qTip
我正在尝试使用 jQuery 验证表单并使用 qTip 显示错误消息。但我想在鼠标悬停时显示错误消息,截至目前,当我提交表单时,错误消息将出现在文本字段旁边。
当我将鼠标悬停在文本字段上时如何显示错误消息。
演示 - http://jsfiddle.net/UcaZT/
rvi。
I am trying to validate a form, using jQuery validate and show errors messages using qTip. But i want to show error message onMouse Over, as of now when i submit the form the error messages are coming next the text field.
How do i show the error message when i mouseover the textfield.
Demo - http://jsfiddle.net/UcaZT/
rvi.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显示 qtip 工具提示的代码如下所示:
这
告诉 qTip 立即打开工具提示。
你想要这样的东西:
Here 是更新的 jsFiddle
The code showing the qtip tooltips looks like this:
This
tells qTip to open the tooltips immediately.
You want something like this:
Here is an updated jsFiddle