Are there any jquery tooltips that could display a content of a provided url? I need it urgently and I’ve searched and searched and to no avail. I have a page that displays contact information of a certain person (provided in query string) and some other page that displays a list of users. i would like to display this small contact information in tooltip on clicking on a specified user. But I cannot find any tool.
Share
simple tip is one jQuery pluggin.
http://craigsworks.com/projects/simpletip/
You can load the content via an ajax request.
Assuming myajaxserverpage.php will read the querystring value (5) and send an HTML markup for the users contact information.