| JavaScript-Writer documentation | view source | Contained in the JavaScript-Writer distribution. |
JavaScript::Writer::jQueryHelper - A "jQuery" helper method for writing jQuery code.
use JavaScript::Writer;
use JavaScript::Writer::jQueryHelper;
# This is Perl code
jQuery("#area')->load("/data/foo.html");
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.
| JavaScript-Writer documentation | view source | Contained in the JavaScript-Writer distribution. |