Thursday, January 12, 2012

How do I track router change events in Backbone.js


I need to run a function every time the application switches URLs in Backbone.js, and I need to know the hashtag the URL has changed to. I'm assuming there is an event that I can bind to but I haven't been able to figure out which event and what object to bind to.



Specifically I want to ship the new URL to an analytics application.

No comments:

Post a Comment