html5 - Keeping data in the data field Jquery -


i have php page input fields. gonna put values in these input fields. need keep values in inputs fields when go other php page, need values. how can do?

jquery isn't made holding values of form fields page-to-page. that's job php.

if data form needs sent php page, i'd imagine sending data via post variables , dealing them within requested php page appropriate.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - href attribute breaking an element -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -