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
Post a Comment