Facebook-like jQuery Tooltip Plugin - tipsy

File Size: | 26.9 KB |
---|---|
Views Total: | 2283 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
tipsy is a simple jQuery Tooltip plugin for creating beautiful Facebook-Like Tooltips based on an anchor tag's title attribute. It's used by Twitter, Github, Slideshare and Bitbucket, amongst others.
How to use it:
1. Insert the neccesary elements in your head section
<script type='text/javascript' src='/javascripts/jquery-1.4.2.min.js'></script> <script type='text/javascript' src='/javascripts/jquery.tipsy.js'></script> <link rel="stylesheet" href="/stylesheets/tipsy.css" type="text/css" />
2. Call the function
<script type='text/javascript'> $(function() { $('a[rel=tipsy]').tipsy({fade: true, gravity: 'n'}); }); </script>
3. Please refer to the docs directory for more examples and documentation.
This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.