This project is not covered by Drupal’s security advisory policy.
Cluetip Overview
The cluetip module is a wrapper for the jquery cluetip plugin which can be found here, and downloaded here. The Cluetip plugin provides nice, configurable hover-overs using the "title" attribute. The plugin has many options, and includes a "demo" folder, which you should check out to learn about how it works.
Notes on the D7 version:
This module basically just wraps the javascript and css files in a hook_library(), making them available with drupal_add_library(). It by default will add cluetip library on every page and that is configurable from admin page. It also adds default JS on pages so you can use class "cluetip-title" for cluetip titles.
It doesn't try to do anything more - see the readme.txt for a basic usage guide. Check out the demo page for examples.
For developers considering options relating to including jquery plugins, I know there is a module or two in active development that are working on centralizing these into a registry of some kind so modules don't end up including the same plugin multiple times. As such this module has the following requirements:
- The D6 version of this module requires JQ
- The Drupal 7 version requires the Libraries API
Credits:
- Originally written by chrisshattuck
- a_c_m of Openly Connected, migrated this module to D6.
- stevetweeddale of Computerminds Ltd. is responsible for the Drupal 7 version.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.8 sites report using this module
- Created by chrisshattuck on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.



