homebase / jqueryahm

$.ahm reduces javascript code by letting the response data define post ajax callbacks.

Home Page:http://www.jqueryahm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is jquery-ahm?

jquery-ahm is a replacement for $.ajax. $.ajax requires custom and often times repetitive client side javascript code to handle ajax responses. This problem is especially evident in complex ajax heavy pages. $.ahm reduces javascript code by letting the response data define the actual callbacks.

  • Super light-weight: ~1KB minified
  • Drop in replacement for $.ajax()
  • Supports all jquery + plugins + custom callbacks
  • No more repetitive javascript code for every ajax request
  • Dynamically load jquery plugins on the fly

Requirements

jQuery 1.5+

Documentation

For documentation, go here.

About

$.ahm reduces javascript code by letting the response data define post ajax callbacks.

http://www.jqueryahm.com