NAME

JavaScript::Framework::jQuery::Plugin::mcDropdown - Support for jQuery mcDropdown plugin

SYNOPSIS

my $plugin = JavaScript::Framework::jQuery::Plugin::mcDropdown->new(
   target_selector => '#inputid',
   source_ul => '#ulid',
   options =>
'minRows : 12,
openSpeed : 500',
   }
);

print $plugin->cons_statement;

# $("#inputid").mcDropdown("#ulid");

DESCRIPTION

This module implements the interface required to generate a jQuery constructor for the mcDropdown jQuery plugin (see :http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm).

METHODS

cons_statement( )

Return the text of the JavaScript statement that invokes the mcDropdown constructor.

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.