I'm implementing jQuery Address, and am having some trouble figuring out where the url is being rewritten in state example. I understand and have working the standard methods using the value method as mentioned in the docs.
Here's the example: http://www.asual.com/jquery/address/samples/state/
But this example has url rewriting to avoid the '#/about', '#/portfolio' in the URL. Instead, it actually rewrites it. Is that a function of using an anchor or some piece written into the library?