jQuery Address - update URL after form submit
Hello,
I'm using jQuery Address on a website I'm developing, and I've run into a problem. The problem is that submitting forms doesn't update the URL. So if I'm on "index.html#/users/add.html" and submit the form, the returned view is "/users/index.html", but the URL remains on "index.html#/users/add.html". So if I refresh I get sent back to the form.
Is there a way around this? Surely someone else must have had the same problem. :P
Thanks,
Stian