rmondello / cachedAjax

jQuery plugin to memoize ajax calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

jQuery plugin to memoize ajax calls


Languages

Language:JavaScript 100.0%