JavaScript::Framework::jQuery::Role::Plugin - Moose role for jQuery plugin modules
package mypackage; use Moose; with 'JavaScript::Framework::jQuery::Role::Plugin';
This Moose role adds common jQuery framework methods and declarations.
Example:
mk_jQuery_method_call('ul.sf-menu', ['supersubs', [ 'json text' ]], ['superfish', [ 'json text' ]]);
David P.C. Wollmann <converter42 at gmail.com>
Copyright 2009 David P.C. Wollmann, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.