jquery-indexeddb icon indicating copy to clipboard operation
jquery-indexeddb copied to clipboard

An IndexedDB Plugin for Jquery.

Results 18 jquery-indexeddb issues
Sort by recently updated
recently updated
newest added

We are opening the connection on _$.indexedDB(INDEXEDDB_DATABASENAME)_ but we are not closing it after operation is successfully completed or we do not have method exposed to close connection. Connection is...

https://github.com/axemclion/jquery-indexeddb/issues/69#issuecomment-182910407

Some browsers has not support of IndexedDB. It's Ok. But I can't load this libraty without error. Example, IE9: ![img_11_02_15 20 56_454af9edaef](https://cloud.githubusercontent.com/assets/744114/12972925/49d87cc6-d0d3-11e5-9529-21ac4554dbe1.png) Currently I'm using `string-replace` plugin for `grunt` with...

iOS8 Safari includes indexedDB, but this library does not work with it. When I run the tests it fails on test 3 (DB with upgrade definition) due to 'Could not...

This function will be called whenever a Deferred is ending in "fail". Related to suggestion #54.

alpha version with a lot of bugs :)

This PR fixes issue #53 by adding support for ranges in the count methods of objectStores and indexes. Code originally by @whodies.

The promise interfaces generate errors. interface JQueryIDBPromise extends JQueryPromise Error 1 Interface 'JQueryIDBPromise' cannot extend interface 'JQueryPromise': Types of property 'done' of types 'JQueryIDBPromise' and 'JQueryPromise' are incompatible: Call signatures...

Hello Team, I using IndexedDBShim.min.js and jquery.indexeddb.js in project for storing client data on local storage . The add and show data is working fine but I am unable to...