Quantcast
Channel: blog.chrisrussell.net » Projects
Viewing all articles
Browse latest Browse all 13

IndexedDB and JQuery

$
0
0

I’m going to use IndexedDB for a web application I’m writing. Searching for concise IndexedDB API examples in Javascript led me to Parashuram N’s jquery-indexeddb repo on GitHub. This plug-in for JQuery looks to be just exactly what I need.

One page on Parashuram’s website that I find particularly awesome is:

JQuery IndexedDB-Plugin – API Demo

This page is a fantastic IndexedDB reference document and excellent jquery-indexeddb documentation.

Related links:

JQuery IndexedDB Plugin Homepage:
http://nparashuram.com/jquery-indexeddb/

jquery-indexeddb on GitHub:
https://github.com/axemclion/jquery-indexeddb

Cool HTML5 IndexedDB demo using jquery-indexeddb:
http://nparashuram.com/jquery-indexeddb/example/index.html

IndexedDB API (W3C):
https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html



Viewing all articles
Browse latest Browse all 13

Trending Articles