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?
Thank开发者_高级运维s in advance!
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!
You might wanna try this
http://jquery.bassistance.de/tooltip/demo/
精彩评论