smarthint.js
A small clickable tooltip library with the possibility of html makeup
I could not find a tooltip library that matched my requirements. These are: the possibility of html coding tips, light weight, ease of editing, clickable. I am a backend developer, so do not judge strictly :)
Support position relative, absolute or no position.
Available attributes:
data-clickable='none'
data-visibility ='none'
data-tooltip-position =''
Get Started
- Download lib.
- Include lib.
- Include smarthint.css in the HEAD tag of your page.
- Include jquery in the HEAD tag of your page.
- Include smarthint.js or smarthint.min.js in the HEAD tag of your page.
-
Html makeup:
`
TEXT`TEXT TOOLIPWhere SIDE is tooltip side - top, bottom. left or right.
- See example.