CGI-Ajax

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


  Added support for spans

  Added callback methods in javascript: pjx.prototype.pjxInitialized
  and pjx.prototype.pjxCompleted These methods are called before
  and after, respectively, any xmlhttp request.  It was much
  more responsive this way rather than providing a hook into each
  readyState, especially since there is not uniform support for
  the various readyStates in the common browsers.

  Changed the pjx_loading.pl script to use the above callbacks, and
  documented it.

  Switched from prototype to javascript object notation.  This is
  cosmetic, and only changes the way the code looks, not the way it
  functions.

  Added the ability to change the encoding that CGI::Ajax uses on input
  elements.  The default is encodeURIComponent, but this can be set to
  encode, etc., like so...



( run in 2.161 seconds using v1.01-cache-2.11-cpan-9b1e4054eb1 )