axemclion / jquery-indexeddb

An IndexedDB Plugin for Jquery.
Other
195 stars 71 forks source link

jquery.indexeddb vs jquery.indexeddb.new #4

Closed vmortega closed 12 years ago

vmortega commented 12 years ago

Hi!, I trying to use this plugin to store client-side data, I don't understand if I should use jquery.indexeddb.js or jquery.indexeddb.new.js The jquery.indexeddb.js don't have the each method (from the wiki) jquery.indexeddb.new.js hast the each method but don't have the setVersion or createObjectStore.

can you help me? Thanks

axemclion commented 12 years ago

You should be using jquery.indexeddb.new.js. I will be renaming it to jquery.indexeddb.js soon. Watch out for my next message here.

vmortega commented 12 years ago

can you update the wiki and the demo app according to jquery.indexeddb.new.js, please? IndexedDB is hard to use, this plugin makes it much easier. great work!

axemclion commented 12 years ago

Updated the examples and the test cases. Working on the demo app now.

axemclion commented 12 years ago

The examples and the demo.