When to use web storage and when to use jquery.data (via Abhishek Tyagi)

JavaScript Web Storage (DOM Storage) Web Storage also known as DOM Storage is a mechanism for client-side persistent data storage. There are two types of storage, Session Storage and Local Storage, exposed through the sessionStorage and localStorage global objects, respectively. Session Storage Session storage is intended for short-lived data and is available through the sessionStorage attribute of the window object (i.e. it is a global object). … Read More

via Abhishek Tyagi

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment