Reputation: 61
This is my first jQuery mobile project I am stuck on this one problem. This is for a criminal records research, and works well but if the user refreshes the page all types of problems start to happen.. the styles are gone and the the jquery actions no longer work after page refresh
If you goto http://mobile.datadoesit.com/select_search.php?firstname=john&lastname=mason&button=Search
and click on Criminal, you will see it pulls the records and all works as it should
now on the results page, if you refresh (F5) all styles are gone
Does anyone know why it does this?
Upvotes: 2
Views: 82
Reputation: 57309
And what did you think will happen when results_criminal.php doesn't have jQuery Mobile CSS/JS included in the HEAD?
Upvotes: 1