Skip to content
forked from enyo/opentip

Opentip is an open source javascript tooltip based on the protoype framework.

Notifications You must be signed in to change notification settings

tnedlacer/opentip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Opentip is an open source javascript tooltip based on the protoype framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%