开发者

How do I make it so that when someone refreshes the page, the textbox still has the value in it? [closed]

开发者 https://www.devze.com 2023-03-05 21:35 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

In 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消