Kendo UI for jQuery Tooltip Overview
The Tooltip displays a popup hint for a specific HTML element.
You can define its content either as static text or load it dynamically with AJAX. The Tooltip provides default configuration options such as relatively positioning it to the target, events for displaying the widget, auto-hiding behavior, setting its height and width.
Functionality and Features
- Content operations—The Tooltip provides built-in support for asynchronously loading its content from URLs.
- Rendering over disabled elements—You can also render the Tooltip over disabled elements by initializing the widget over the parent of the disabled element.
Next Steps
- Getting Started with the Kendo UI Tooltip for jQuery
- Basic Usage of the Tooltip (Demo)
- JavaScript API Reference of the Tooltip