Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top