Documentation is a very important step of plugin development, as it allows users to understand how to configure the plugins you create. That being said, users will not typically go very far to find the information they need, resulting in many unnecessary questions in discussion forums or in emails.
As discussed in Chapter 3, User Settings and Administration Pages, one way to provide documentation is to create a help tab that appears in the top-right corner of the plugin's configuration panel. While that approach is much easier for users than to find a Readme file or go back to the official WordPress plugin repository, it still requires them to actively seek and click a link to open that section.
That's where tooltips come into play. Using a jQuery plugin to render clean, good looking tooltips, we can add...