Home » Backbone.js router.routes()

Backbone.js router.routes()

by Online Tutorials Library

Backbone.js router.routes()

The Backbone.js routes method is used to define URL representation of application objects on routers. It also consists of incoming route value from the URL.

Syntax:

Let’s take an example.

See this example:

You may also like