jQuery Mobile loses form data when page is manually reloaded -
i have jquery mobile page accepts form data page before , prints out. when click "refresh" on browser, i'm asked if i'd resubmit form data. that's desired effect in case. instead, when try refresh page, doesn't ask me resubmitting form data. form data lost.
if remove link jquery mobile page (but leave link jquery), works fine again.
the form on initial page has data-ajax set false. script validates form , submits using .submit().
i've searched on question similar mine, , baffled nothing has turned up.
Comments
Post a Comment