什么是一个好的 jQuery 插件,可以在将鼠标悬停在图像/图标上时显示联系表单?
我需要一个 jQuery(/AJAX) 脚本,当我将鼠标悬停在图像、图标或某种链接上时,它会显示联系表单。像带有联系表单支持的工具提示之类的东西?
提前致谢!
I'm in need of a jQuery(/AJAX) script that shows a contact form when i hover over an image,icon or link of some kind. Something like a tooltip with contact form support?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 jQuery UI 来完成此操作,这里是一个示例;
http://jqueryui.com/demos/dialog/#modal-form
当您单击示例中的“创建用户”,它将弹出一个表单,
我希望这有帮助!
You can do this with jQuery UI here is an example;
http://jqueryui.com/demos/dialog/#modal-form
When you click on 'create user' in the example, it will pop up a form
I hope this helps!
您可能想尝试这个
http://jquery.bassistance.de/tooltip/demo/
You might wanna try this
http://jquery.bassistance.de/tooltip/demo/