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.

Leave Feedback