Hello,
I am trying to make a JQM app but I seem to have ran into some trouble.
I've created a form to allow for login. I set the action to 'login' but when I post the page with a simple button the url changes to
http://baseUrl/login
I guess this is expected from a JQM-point-of-view but for me it looks very ugly. Is there some way I can prevent it from updating? I don't care about back-button functionality.
[edit] Maybe I should add that it really is the login that bothers me the most because the menu will then be found at baseUrl/login instead of say baseUrl/menu.
[/edit]
/Jonas