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

Viewed 5455

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.

4 Answers
Related