How do I make it so that when someone refreshes the page, the textbox still has the value in it? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to 开发者_如何学Goattract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionIn JQuery, is this possible? Is there a plugin for this (that handles cookies, etc...)
http://plugins.jquery.com/project/Cookie
is maybe what you want.
Either store the text in a cookie or in a server-sided session. Cookies are usually limited to a maximum size.
精彩评论