Welcome Guest, Not a member yet? Register   Sign In
how to maintain data in text box when page reloads in codeigniter
#1

[eluser]bleu[/eluser]
how to maintain data in text box when page reloads in codeigniter.

Example:
Suppose that I fill up the username and password and I refresh the page then the username and password's fields should not be blank, they should contain the values before the reload
#2

[eluser]PhilTem[/eluser]
It's a jQuery thing. There are several plugins that save changed form-inputs the moment they are changed and put all the data into a cookie. Then you just need to read the cookie and prefill the input.

One possible solution




Theme © iAndrew 2016 - Forum software by © MyBB