thorsteinsson/jquery-routes

Can I route without "#" hashes?

webarthur opened this issue · 2 comments

Nope, it's not supported at the moment but I'm open for a PR for that.

I found this article: http://krasimirtsonev.com/blog/article/A-modern-JavaScript-router-in-100-lines-history-api-pushState-hash-url

The class Router works fine to me. I hope it can be helpful.