The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

MODULE

Nginx::Simple::Ajax

METHODS

my $ajax = new Ajax($self);

Initialize with Nginx::Simple object.

$self->read

Read values into an ajax object.

$self->param( $id )

Akin to Nginx::Simple->param.

$self->get( id => 'foo' )

Returns data as scalar given an element_id.

$self->add( foo => 'bar' || javascript => "alert('foo!')" )

Enqueue an item to be generated into javascript xml.

$self->send

Send Ajax returned XML.

$self->reset

Reset the object.

Author

Michael J. Flickinger, <mjflick@gnu.org>

Copyright & License

You may distribute under the terms of either the GNU General Public License or the Artistic License.