Response title
This is preview!




Click on Join Now to Sign Up
I am staring out with JavascriptMVC, and currently trying to figure out jQuery.route. I know there are other 3rd party plugins that perform routing, but I'm specifically trying to figure out jQuery.route which comes with Javascript MVC.
I'm familiar with Backbone.js and Ember's routing frameworks, but I just don't understand JMVCs. I've tried reading the documentation and looking at the code here, but there are no examples and still can't figure it out.
I'm trying to do something basic such as, if the browser sees a URL like
http://localhost/helloWorld#state1 then some function will be executed. Something similar to how Backbone and Ember work. Can this be done using JavascriptMVC's jQuery.route?
