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


JavaScript-Writer documentation  | view source Contained in the JavaScript-Writer distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

METHOD

Top

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

Top

See JavaScript::Writer


JavaScript-Writer documentation  | view source Contained in the JavaScript-Writer distribution.