Skip to content

Files

Latest commit

 

History

History
33 lines (22 loc) · 1023 Bytes

README.markdown

File metadata and controls

33 lines (22 loc) · 1023 Bytes

Opentip

The opentip-class is a free opensource Java-Script tooltip class based on the prototype framework.

It supports:

  • Stems (little pointers)
  • Automatic content download with AJAX
  • Different styles
  • Automatic repositioning of the tooltip if it's not in the viewport of the browser anymore
  • All kind of triggers (The tooltip can be triggered by mouse over, click, form submit, … everything you can think of really)

Usage

<div onmouseover="javascript:Tips.add(this, event, 'Content', { options });"></div>

Or the preferred external method:

$('elementId').addTip('Content', { options });

For the complete documentation please visit www.opentip.org.

Author

Opentip is written by Matthias Loitsch.
All graphics by Tjandra Mayerhold.

License

Copyright (c) 2009 Matthias Loitsch
Licenced under the MIT Licence.