Frage

How to fetch data from a Url(json file) and save the changes of the model by using session storage in the same application?

Is this possible? can someone help me in finding a solution.

War es hilfreich?

Lösung

You should have a look at these projects on GitHub:

Then you just need to override Backbone collection's fetch method to update data from your remote source when needed.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top