|
NAMEJQuery::Taconite - an Ajax interfaceVERSIONVersion 1.00SYNOPSISTaconite installs the taconite javascript and doesn't do much elseuse JQuery; use JQuery::Taconite; $jquery = new JQuery(...) ; JQuery::Taconite->new(addToJQuery => $jquery) ; JQuery::Form->new(id => 'myForm', addToJQuery => $jquery) ; If used without a form: $jquery = new JQuery(...) ; JQuery::Taconite->new(id => 'ex6', remoteProgram => '/cgi-bin/program_to_run.pl', rm => 'reply', addToJQuery => $jquery); FUNCTIONS
AUTHORPeter Gordon, "<peter at pg-consultants.com>"BUGSPlease report any bugs or feature requests to "bug-jquery-taconite at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=JQuery>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORTYou can find documentation for this module with the perldoc command.perldoc JQuery You can also look for information at:
ACKNOWLEDGEMENTSCOPYRIGHT & LICENSECopyright 2007 Peter Gordon, all rights reserved.This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |