UI Deploy

Curated, Short, Web UI Dev we Love.

Backbone.js: Bind Callback to Successful Model Fetch

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.

view source

Advertisement