The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

JavaScript::Framework::jQuery::Role::Plugin - Moose role for jQuery plugin modules

SYNOPSIS

 package mypackage;

 use Moose;
 with 'JavaScript::Framework::jQuery::Role::Plugin';

DESCRIPTION

This Moose role adds common jQuery framework methods and declarations.

METHODS

mk_jQuery_method_call( %params )

Example:

mk_jQuery_method_call('ul.sf-menu', ['supersubs', [ 'json text' ]], ['superfish', [ 'json text' ]]);

AUTHOR

David P.C. Wollmann <converter42 at gmail.com>

COPYRIGHT & LICENSE

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.