Skip to content

Instantly share code, notes, and snippets.

@preslavrachev
Created December 5, 2011 10:40
Show Gist options
  • Save preslavrachev/1433175 to your computer and use it in GitHub Desktop.
Save preslavrachev/1433175 to your computer and use it in GitHub Desktop.
Backbone.js: binding an event listener to respond when the url has been changed
//binding an event listener to respond when the url has been changed
router.bind("route:help", function(page) {
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment