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 - Router
BackboneJS - Router
Router is used for routing the cpent side apppcations and defines the URL representation of the apppcation s object. A router is required when web apppcations provide pnkable, bookmarkable and shareable URL s for important locations in the app.
The following table psts down the methods which can be used to manipulate the BackboneJS - Router −
S.No. | Methods & Description |
---|---|
1 |
It extends the backbone s router class. |
2 |
It defines the URL representation of apppcations objects. |
3 |
It creates a new constructor for the router instantiation. |
4 |
It creates a route for the router. |
5 |
It is used to update the URL in the apppcations. |
6 |
It is used when a route matches its corresponding callback. |