WannaBaCODER
WannaBaCODER

Reputation: 61

jQuery Mobile loses styles and more upon refresh of page

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

Answers (1)

Gajotres
Gajotres

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

Related Questions