Update a Backbone collection with json
It is actually really simple.
var json = [{item1:"a", item2:"b", ...}];
this.collection.reset(json);
Just another Yipp.ca Blogs site
It is actually really simple.
var json = [{item1:"a", item2:"b", ...}];
this.collection.reset(json);
Recent Comments