How can I implement MVVM with offline storage and Knockout.js?

html, knockout.js, mvvm, offline-storage

Solution

http://craigcav.wordpress.com/2012/05/16/simple-client-storage-for-view-models-with-amplifyjs-and-knockout/

His solution works!

Problem

I can implement Mvvm with Knockout.js. But I want to use it with cross browser(FF and Chrome) supported Html 5 offline storage. I want to bind html objects to offline storage.

Original source