Mention the case where you can use the unbinding function in backbone.js?
Answer Posted / Kalpana Singh
You can use Backbone.js's `undelegateAll()` (or `off()`) to remove all event bindings for a given view or model, freeing up memory and preventing potential memory leaks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers