How to Navigate to a page with path ‘test’:

Backbone.history.navigate(‘test’, {trigger: true}); 

Eg:- Navigate to a landing page upon registration of the customer. In the landing page display something like …”Your registration will be reviewed and a representative will contact you”. 

Use the below given code for navigation in the required place in the View file “LoginRegister.Register.View.js” 

Backbone.history.navigate(‘test’, {trigger: true}); 

Leave a comment

Your email address will not be published. Required fields are marked *