Skip to content

leandrobrunner/jqueryahm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published