This is a simple & stupid tooltip javascript library, but that's probably exactly what you need.
- Smart tooltip placement: It will try to place the tooltip at the suitable position (avoid falling of the screen.)
- Lightweight: Only 3KB (2KB js + 1KB css)
Only requires jQuery. See demo
For AngularJS support, check out angular-sstooltip
(For sstooltip version 3.2 and lower, angular-sstooltip is included when you install sstooltip. The code have been separated into two repositories since version 4.0.)
bower install sstooltip --save
or
npm install sstooltip --save
To build
grunt build