0.1.0 • Published 10 years ago

backbone-loading v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

backbone-loading Build Status

Loading indicator for Backbone network requests

Usage

Include backbone-loading.js to add the CSS class backbone-loading to the <html/> element in the DOM whenever a Backbone AJAX request is pending. Use this class to show an Ajax spinner in your app. Styling the spinner is not what this library does, only the Backbone integration.

The CSS class is cleared once the request has completed. If multiple Backbone network requests happen in parallel, the CSS class will only be removed once all requests have completed.

License

MIT License