This document was generated from CDN thread
Created by: Jeff Brown on 26-04-2010 03:47:13 PM
Can you explain a little bit more how jQuery storage works and why the client doesn't need to explicitly reconnect in the same browser?
Subject: RE: jQuery storage
Replied by: Matt Miller on 27-04-2010 10:01:36 PM
jStore is roughly JDBC for JavaScript. It picks the best storage mechanism available in your browser from one of (Google Gears, Local Storage, HTML5, or IE-specific), and provides an interface that is roughly: store(key,data), data=retreive(key)