PowerTip is a jQuery tooltip plugin with some advanced features like hover intent testing, tooltip queueing, and support for complex data.
This software is licensed under the MIT license.
- Download the latest stable release from the PowerTip web site or install jquery-powertip from npm.
- Add the JavaScript and CSS file references to your web site.
- Add a title or data-powertip attribute to the elements you want to show tooltips for.
- Run the
powerTip()
method on those elements.
You can find the documentation for the latest release version on the PowerTip web site. You will find the documentation for the latest in-development version in the doc folder in the GitHub repository.