--- jquery_plugin.jq.inc.inc 2008-12-03 08:25:29.000000000 +1300 +++ jquery_plugin.jq.inc 2009-01-29 01:01:45.000000000 +1300 @@ -22,6 +22,21 @@ function jquery_plugin_jq($op, $plugin = ), 'invocation' => NULL, ), + 'alert' => array( + 'name' => t('Alerts'), + 'description' => t('A set of methods that provide an inline, customizable way to show JavaScript alerts, confirmations, and prompts.'), + 'version' => '1.0', + 'url' => 'http://abeautifulsite.net/notebook/87', + 'files' => array( + 'js' => array( + $path .'/jquery.alerts.min.js', + ), + 'css' => array( + $path .'/jquery.alerts.css', + ), + ), + 'invocation' => NULL, + ), 'cookie' => array( 'name' => t('Cookie'), 'description' => t('A simple, lightweight utility plugin for reading, writing and deleting cookies.'),