Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 250 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 250 Bytes

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.