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