Tooltip
Notes
Docs / Features
Go back to Scripts
Examples
Default settings
– Default settings (width/align).
Set align
– Default width and a set align (bottom).
Set width
– 300px width and default align.
Settings applied
– 400px width and a set align (top).
Dynamic Tooltip
- Usage shown in the code.
Hello! I am a tooltip
Im some text about the tooltip.
Notes
smart: true
, detects collision with window and will change width and/or alignment.
A
delay
option is available, which delays hiding the tooltip when mouse out event is fired. You can also specify the delay time in ms.
Only mouseover and mouseout are supported events for showing and hidding the tooltip.