Описание тега jquery-ui-tooltip
NoneJ Query UI Tooltips are Customizable, themeable tooltips, replacing native tooltips. jQuery UI 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.
jQuery UI Tooltip replaces native tooltips, making them themeable as well as allowing various customizations:
- Display other content than just the title, like inline footnotes or extra content retrieved via Ajax.
- Customize the positioning, e.g., to center the tooltip above elements. Add extra styling to customize the appearance, for warning or error fields.
- Tooltips are also useful for form elements, to show some additional information in the context of each field.
See: API Documentation and Demo