Tooltip

Styleable tooltips built on Tether

★ On Github

How to Use

Tooltip is an open-source javascript and CSS library for creating styleable tooltips. It depends on jQuery, Tether.js, and Drop.js.

To use, first download the latest release.

Then simply add this javascript to your page:

<!-- Tooltip styles -->
<link rel="stylesheet" href="tooltip-theme-default.css" />

<!-- Tooltip dependencies -->
<script src="jquery.min.js"></script>
<script src="tether.min.js"></script>
<script src="drop.min.js"></script>

<!-- Tooltip -->
<script src="tooltip.min.js"></script>

And that's it! Learn more by visiting the documentation.

Share

Help us spread the word.