https://github.com/ded/ender-tipsy
jQuery's Facebook style tooltips ported to Ender
https://github.com/ded/ender-tipsy
Last synced: about 1 year ago
JSON representation
jQuery's Facebook style tooltips ported to Ender
- Host: GitHub
- URL: https://github.com/ded/ender-tipsy
- Owner: ded
- Created: 2011-05-16T20:30:38.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-04-29T02:04:44.000Z (about 14 years ago)
- Last Synced: 2025-03-25T11:11:29.561Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 32
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ender Tipsy
-------
It's [Tipsy](https://github.com/jaz303/tipsy) -- for Ender! Yep, the old-school Facebook style tooltips as an Ender module. Include it in your Ender package.
$ ender add ender-tipsy
Use it:
``` js
$('#content a').tipsy(options);
```
See the full API on the [jQuery Tipsy homepage](http://onehackoranother.com/projects/jquery/tipsy/)