One Line Ajax Requests With jQuery-ahm

jquery-ahm is a light-weight jquery plugin that reduces ajax requests to one-line. 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.


jquery ahm One Line Ajax Requests With jQuery ahm

Features

  • 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)

Requirements: jQuery Framework
Demo: http://www.jqueryahm.com/examples
License: MIT License

Incoming search terms for the article:

Related Posts

How To Add A “Load More Posts” Button In WordPress

Use Ajax to Save Changes in Contenteditable as JSON

1

Create AJAX Loading Animation with CSS3

Upload Your Files with These 10 Powerful jQuery Uploader Plugins