i have a form that i submit to another page.
i also pass querystings to this page as well
the problem is 'mypage.html?id=1' and 'mypage.html?id=2' both end up in the dom with the same pageId...
does anyone know how this can be avoided? i have tried something like... (would have been a simple link but android in broken under phonegap for certain versions)
$.mobile.changePage('results.html', { data: 'what=food', type: 'post } )"
but i get a 405: method not allowed.