session - How to retain values in textboxes even after navigating to another page in a jquery mobile application -


there jquery mobile application working on targets android, ios, windows , blackberry platforms. using jquery mobile 1.3.1 jquery 1.9 wrapped in phonegap.

the requirement :- have html page 2 input fields, number field , button. on "click" of button have navigate page "back" button in it. when page navigates first page, have retain values user entered on first page.

what's happening when navigate back, values user entered not retained i.e "state" of page not retained.

is there way possibly retain values/state of page without using session storage ?

i think localstorage might solve problem you.

heres nice tuorial


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -