BackboneJS Tutorial
BackboneJS Useful Resources
Selected Reading
- BackboneJS - Utility
- BackboneJS - View
- BackboneJS - Sync
- BackboneJS - History
- BackboneJS - Router
- BackboneJS - Collection
- BackboneJS - Model
- BackboneJS - Events
- BackboneJS - Applications
- BackboneJS - Environment Setup
- BackboneJS - Overview
- BackboneJS - Home
BackboneJS Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
BackboneJS - Sync
BackboneJS - Sync
It is used to persist the state of the model to the server.
The following table psts down the methods which can be used to manipulate the BackboneJS-Sync −
S.No. | Methods & Description |
---|---|
1 |
It persists the state of the model to the server. |
2 |
Backbone.ajax It defines the custom ajax function. |
3 |
If your web server does not support REST or HTTP approach, then turn on the Backbone.emulateHTTP. |
4 |
It is used to handle the requests encoded with apppcation/json by setting the method to true. |