What is the function of escape ?
Answer / Shashank Pratap Singh Chauhan
In Backbone, escape method is used to escape special characters like quotes ("), ampersands (&), and less than (<) and greater than (>) symbols in strings to prevent cross-site scripting (XSS) attacks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is unbinding function in backbone.js?
When and by whom the backbone.js was released?
List dependencies of using backbonejs?
Which is the latest stable version of backbone.js and what is its released date?
What are the main components of backbone.js ?
Explain events in backbonejs?
Why you have to use Backbone? Advantages?
What are the disadvantages of backbone.js?
What are the tips/tricks/practice, with respect to model, you follow?
List out configuration options available in backbone js?
What is the function of parse ?
Explain how you can use backbone.js for multiple page web app ?