I'm trying to add routing to my website that is fairly intuitive for someone else to takeover. History.js works, but it can be confusing to implement and am struggling to find tutorials and examples. I like Davis.js, but again, tutorials and examples are slim. I know there are others, BBQ, Routing in Backbone, jQuery Address, so forth.
Is there a best choice that has pushstate support and fallbacks to hash support (needs to be cross browser/cross device) with tutorials and a couple implementations?
Thanks.