/cachedAjax

jQuery plugin to memoize ajax calls

Primary LanguageJavaScript

jquery.cachedAjax.js

This is a jQuery plugin to memoize Ajax calls to static (or relatively static) resources.

Use jQuery.cachedAjax just as you would use jQuery.ajax. Subsequent requests to the same URL will use a cached copy of the result.