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 old query string, like in my first example.
Help, please !