php - Jquery Mobile Page buttons don't work after page refresh -
my jquery mobile app has footer navigation doesn't work after page refresh happens - example here :
http://m-staging.qpme.com/quickpay-login.php#sessions-page
login: stack@yahoo.com password: stack
then in browser, refresh page, bottom navigation not work. have tried few different things, have read, no luck. can help?
i jsut avoided refresh going desired page , using jquery refresh code repopulate divs.
$("div").page();
Comments
Post a Comment