I hav开发者_开发技巧e a backbone js application I have some filters on a view. Is there any way to change route once I change filters on view
You can call "saveLocation" in your controller with the hash location you want to save. This will add an entry in the history for that location.
You can also do window.location.hash = "xxx" but saveLocation is how backbone was designed.
精彩评论