- Is there jQuery plugin for displaying tooltips with content of some other page?
- // Create your tooltips
- $('JQUERY SELECTOR').simpletip();
- // Access the API of a previously initatied simpletip
- var api = $('JQUERY SELECTOR').eq(0).simpletip();
- // Perform an ajax call and get the contact details from that page.
- api.load('myajaxserverpage.php?userid=5');