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?
当我将鼠标悬停在某种图像,图标或链接上时,我需要一个jQuery(/ AJAX)脚本来显示联系表单。像联系表格支持的工具提示?
Thanks in advance!
提前致谢!
2 个解决方案
#1
1
You can do this with jQuery UI here is an example;
你可以用jQuery UI做这个就是一个例子;
http://jqueryui.com/demos/dialog/#modal-form
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!
我希望这有帮助!
#2
1
You might wanna try this
你可能想试试这个
http://jquery.bassistance.de/tooltip/demo/
http://jquery.bassistance.de/tooltip/demo/
#1
1
You can do this with jQuery UI here is an example;
你可以用jQuery UI做这个就是一个例子;
http://jqueryui.com/demos/dialog/#modal-form
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!
我希望这有帮助!
#2
1
You might wanna try this
你可能想试试这个
http://jquery.bassistance.de/tooltip/demo/
http://jquery.bassistance.de/tooltip/demo/