Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Is there jQuery plugin for displaying tooltips with content of some other page?
  2. // Create your tooltips
  3. $('JQUERY SELECTOR').simpletip();
  4.  
  5. // Access the API of a previously initatied simpletip
  6. var api = $('JQUERY SELECTOR').eq(0).simpletip();
  7.  
  8. // Perform an ajax call and get the contact details from that page.
  9. api.load('myajaxserverpage.php?userid=5');