Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 597 Bytes

Collection of jQuery Plugins

...and other junk

Ajax Cache Response

The Ajax Cache Response plugin caches the response of Ajax requests. Subsequent Ajax requests that match the original Ajax options will return the cached response instead of making a new call. Cached responses can be stored in a HTML5 web storage allowing them to persist across a session.

Clonse Position

CSS Data

Delay Toggle

iFrame Shim

Outerhtml

Request Storage

Provides a per request storage in memory. Implements the HTML5 web storage interface. See (http://dev.w3.org/html5/webstorage/).