资 源 简 介
This javascript library enhance the Prototype Ajax.Request component. If you like fetch data from server with Prototype Ajax.Request, you may need cached-ajax library. This library caches every ajax response, when you need request data again, you will get a fast response.
Dependence
Prototype 1.6.1+,
mini-jscache
How to
Installation
Download and link prototype.js, jscache.js and jscache-ajax.js in your html header as
Configuration
You do not need any configuration
Usage
original usage of Prototype Ajax.Request: