Apr
7

jQuery AHM – A Better Way To AJAX

By Vinod  //  All, Javascript  //  1 Comment

Jquery-ahm is a light-weight jquery plugin that reduces ajax requests to one-line.

Features

jquery-ahm is a replacement for $.ajax. With $.ajax, every ajax request needs a callback, resulting in a lot of javascript. $.ahm reduces javascript code by letting the response data define the actual callbacks.

  • Super light-weight: ~1KB minified
  • Reduces ajax requests to one-line (including ajax form validation)
  • No more custom callbacks for every ajax request
  • Lets back-end define post ajax callbacks (applied automagically)
  • Supports all jquery + custom callbacks in back-end code
  • Drop in replacement for $.ajax() (supports all $.ajax options)

1 Comment to “jQuery AHM – A Better Way To AJAX”

Leave a comment