jquery-routes icon indicating copy to clipboard operation
jquery-routes copied to clipboard

Use routes with parameters in javascript. Based on the onhashchange event.

Results 4 jquery-routes issues
Sort by recently updated
recently updated
newest added

![jqroute](https://cloud.githubusercontent.com/assets/7685936/20952864/6a2d1602-bc6a-11e6-92f1-c1ee3f8c7d57.png)

Hi How can replace # in route to #! Like exemple.com/#!/home/

i already add a route in a particular click event...but how can i call that particular route when i refresh the page?

I want to use route with history.pushState like this: - http://example.com/ - http://example.com/article/ - http://example.com/article/1/ - http://example.com/article/2/ Can I?