Skip to content

Instantly share code, notes, and snippets.

@rjz
Created November 16, 2011 17:34
Show Gist options
  • Save rjz/1370761 to your computer and use it in GitHub Desktop.
Save rjz/1370761 to your computer and use it in GitHub Desktop.
Force Backbone to load the current URL
var fragment = Backbone.history.getFragment();
Backbone.history.loadUrl(fragment, true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment