I am learning the Backbone.js JavaScript framework right now, and ran into a problem. Backbone Collections and Models can be set up to asynchronously load data from the server with the fetch() method, which fires off an Ajax sync call. You can bind a callback method to a Collectionâs reset event, which Backbone provides. It was my impression that the change event on a Model would do the same thing
{{#tags}}- {{label}}
{{/tags}}