The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

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

SYNOPSIS

# 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