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 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.
Downloads
Project Information
- Maintenance status: Minimally maintained
- Development status: Maintenance fixes only
- Reported installs: 265 sites currently report using this module. View usage statistics.
- Downloads: 3,693
- Last modified: August 18, 2011