jquery-address

Asp.net MVC with Ajax history (jquery address), how to load from the URL?

I am using asp.net mvc with ajax navigation. I use jquery address and I can change the address bar to be like "MYPage.Com/#/Url", but how can I invoke my route when the user enters that link? This has probably been asked before but I could not find it, so please point me to it if you find it. ...

Plain old query string with jquery-address

Hi, i'm implementing deep linking for my website. I wonder, why jquery-address is unable just to set a query string, like this: www.mywebsite.com?search=keyword When i using $.address.parameter("search", "keyword") jquery-address sets follwing url: www.mywebsite.com?search#/?keyword Why, it doing so ? I just need the plain ol...