Google News
logo
Backbone - Interview Questions
Explain when you can use Unbinding function in Backbone.js ?
When you want to remove the validation binding on the model or all models , removing all events hooked up on the collection, you can use Unbinding function.
 
For example : Backbone.Validation.Unbind(view)   [ This will remove the validation binding]
Advertisement