| 1 |
<?php |
<?php |
| 2 |
// $Id: hoverintent.module,v 1.2 2008/08/27 14:41:03 aaron Exp $ |
// $Id: hoverintent.module,v 1.2.2.1 2009/07/01 16:00:23 aaron Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 6 |
* A wrapper for the hoverintent jquery plugin |
* A wrapper for the hoverintent jquery plugin |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
/** |
/** |
| 10 |
|
* Implements hook_jq(). |
| 11 |
|
* |
| 12 |
* This will register the plugin with the jQ module. |
* This will register the plugin with the jQ module. |
| 13 |
* To invoke, use jq_add('hoverIntent'); |
* To invoke, use jq_add('hoverIntent'); |
| 14 |
*/ |
*/ |