Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top