php - How to remember form inputs without submit event when page is reloaded or refreshed? -


i having form many text inputs in page

along them providing zend pagination select results.

but when use zend paginate user form inputs lost not submit

as page reloads evertime move new page there way can maintain user input .

please can 1 me find solution problem ..

pseudo code:

with javascript values on change , store in cooke (use jquery cookie plugin)

jquery('form').on('change', 'input', function() {     jquery.cookie(...) }) 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -