NAME

JavaScript::Writer::jQueryHelper - A "jQuery" helper method for writing jQuery code.

SYNOPSIS

use JavaScript::Writer;
use JavaScript::Writer::jQueryHelper;

# This is Perl code
jQuery("#area')->load("/data/foo.html");

METHOD

jQuery(...)

The only method exported by this helper module, acts pretty much like jQuery in javascript. It constructs a JavaScript::Writer object like the way js does.

AUTHOR and LICENSE

See JavaScript::Writer