Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for Tooltip


Tooltip 1.3.0

Download: jquery.tooltip_1.zip
Size: 106.52 KB
md5_file hash: 4ce1840acc78fab28b252eea50028aca
First released: August 24, 2008 - 6:11pm
Last updated: August 24, 2008 - 6:10pm
  • Added fade option (duration in ms) for fading in/out tooltips; IE <= 6 is excluded when bgiframe plugin is included
  • Fixed imagemaps in IE, added back example
  • Added positionLeft-option - positions the tooltip to the left of the cursor
  • Remove deprecated $.fn.Tooltip in favor of $.fn.tooltip

Tooltip 1.2.0

Download: jquery.tooltip_0.zip
Size: 103.04 KB
md5_file hash: 246fc9f51524c20f41dce30d8f65e325
First released: February 1, 2008 - 10:54pm
  • Improved bodyHandler option to accept HTML strings, DOM elements and jQuery objects as the return value
  • Fixed bug in Safari 3 where to tooltip is initially visible, by first appending to DOM then hiding it
  • Improvement for viewport-border-positioning: Add the classes "viewport-right" and "viewport-bottom" when the element is moved at the viewport border.
  • Moved and enhanced documentation to docs.jquery.com
  • Added examples for bodyHandler: footnote-tooltip and thumbnail
  • Added id option, defaults to "tooltip", override to use a different id in your stylesheet
  • Moved demo tooltip style to screen.css
  • Moved demo files to demo folder and dependencies to lib folder
  • Dropped image map example - completely incompatible with IE; image maps aren't supported anymore

Tooltip 1.1.0

Download: jquery.tooltip.zip
Size: 88.04 KB
md5_file hash: f16dcfb7c201723be88b8b34bb40db74
First released: July 4, 2007 - 3:48pm

* Use bgiframe-plugin if available
* Use dimensions-plugin to calculate viewport
* Expose global blocked-property via $.Tooltip.blocked to programmatically disable all tooltips
* Fixed image maps in IE by setting the alt-attribute to an empty string
* Removed event-option (only hover-tooltips now)
* Simplified event-handling (using hover instead of mouseover und mouseout)
* Added another "pretty" example
* Added top and left options to specify tooltip offset
* Reworked example page: New layout, code examples