Explain when you can use unbinding function in backbone.js ?
Answer Posted / Prashant Kumar Singh
You can use the unbind method in Backbone to remove event listeners from a view or model, typically when the associated view or model is destroyed or no longer needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers