-
I use v3.0.3 with jQuery v1.11.1, and my tree works fine in IE10 and IE11. But in IE8, all nodes are disabled when the page is loaded. I never disable them.
The code generated in IE8:
```
…
ghost updated
10 years ago
-
We need a way to combine and minify CSS and JS in the backend. (I'm not aware that we already have this kind of mechanism. If so, I don't know how to use it. Note that this issue was originally part o…
-
From #1
> Without getting into which is "better", I think the more important initial question is:
>
> Does such a requirement actually belong in this proposal?
>
> There are quality implementations…
-
I have started working on the TypeScript definition file for the JQuery IndexedDB. Here it is:
http://pastebin.com/DkvLRTA0
I do not know JQuery IndexedDB much. Could you please finish it and clean …
-
```
support for the 'addIndividually' property (1, 1, 2)Rerun17 ms
Expected 5 assertions, but 1 were run
Source:
at QUnit.asyncTest (file:///home/matej/repos/indexeddb-backbonejs-adapter/lib/…
mcepl updated
10 years ago
-
Hi,
Could someone with NuGet experience help me with this NuGet package. When I install it with Visual Studio nothing happens. Also it would be really nice to have localForage in the official NuGet r…
-
When I use the following it works in Chrome and Firefox, but cases issues in the latest version of IE.
`transaction.createObjectStore('products', {keyPath: ['name', 'revision']});`
First it throws a…
-
The Backbonejs-indexeddb-adapter does not work in a web worker.
Backbonejs dependencies according to backbonejs.org: "Backbone's only hard dependency is Underscore.js ( >= 1.4.3). For RESTful persist…
-
I am trying to figure out how to advance the cursor further than one when using .each() for iterating through an index or objectStore (for paging purposes). What is the syntax for doing that using jq…
-
I created [mocha-browser](https://github.com/lepture/mocha-browser) for our team. It includes features:
- html-cov #10
- lcov #81
And it has a built-in server too.
As asked by @metaskills in #10, I …