# jQuery Tooltip
The jQuery Tooltip plugin replaces the native tooltip, making them customizable. You only need to adjust their content, position, and appearance.
The current version of this plugin is 1.3, and it hasn't been updated for a long time. It is recommended to use the (#).
For more details about the jQuery UI Tooltip, please refer to the API documentation (#).
## Example Demo
jQuery Tooltip plugin demo.
jQuery UI Tooltip - Default functionality $(function() { $( document ).tooltip(); }); label { display: inline-block; width: 5em; }
Tooltips can be attached to any element. When you hover the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.
But as it's not a native tooltip, it can be styled. Any themes built with ThemeRoller will also style tooltips accordingly.
Tooltips are also useful for form elements, to show some additional information in the context of each field.