jQuery Tooltip
The jqxTooltip widget displays a popup message when the mouse cursor is over a trigger element. The widget can be used in combination with any html element.
See Online Tooltip Demos
Features
- Rich API
- Cross-browser/cross-platform support
- Appearance and Themes
Rich API
You can easily change the tooltip’s display position to any of the values below:
- ‘top’ – the tooltip is displayed above the html element when the mouse cursor is over the element.
- ‘bottom’ – the tooltip is displayed below the html element when the mouse cursor is over the element.
- ‘left’ – the tooltip is displayed on the left side of the html element when the mouse cursor is over the element.
- ‘right’ – the tooltip is displayed on the right side of the html element when the mouse cursor is over the element.
- ‘bottom-right’ – the tooltip is displayed in the bottom-right corner of the html element when the mouse cursor is over the element.
- ‘top-right’ – the tooltip is displayed in the top-right corner of the html element when the mouse cursor is over the element.
- ‘top-left’ – the tooltip is displayed in the top-left corner of the html element when the mouse cursor is over the element.
- ‘bottom-left’ – the tooltip is displayed in the bottom-left corner of the html element when the mouse cursor is over the element.
- ‘relative’ – the tooltip is displayed in a position that is relative to the html element’s position when the mouse cursor is over the element.
- ‘absolute’ – the tooltip is displayed in an absolute position when the mouse cursor is over the element.