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.
The Tooltip is part of Kendo UI for jQuery, a
professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
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