The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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