I have a login form on a view and if the login is successful (when the user clicks on the login button) I would like to transition the user to another view. How can I change the click event of the login button to support the successful login and transition to the new view?
<a class="button button-block button-submit" data-role="button" href="#welcome/view.html" data-bind="events: { click: form.submit }">Login</a>