How to temporary store the textbox value until I close the browser using JQuery Please help me with the code
+2
A:
If you only need to store the data on the client, then put it in a Cookie the jQuery Cookie plugin makes this really easy.
$.cookie(COOKIE_NAME, 'beans')
Tom
2009-08-07 07:45:04
BEANS!
Jason
2009-08-07 07:54:07