[jQuery] Re: autosave textarea to cookie

2008-01-01 Thread Fayland Lam
thanks. why I want to do this is because I want to store the text when Browser crashes. like Blogger. yes. I need save them in server instead of client. Thanks for your help. is there any example? I do google it, and find one. but not sure if you guys use it or not? any suggestion? On Jan 1, 3

[jQuery] Re: autosave textarea to cookie

2008-01-01 Thread Nguyễn Quốc Vinh
Yes, autosave textarea is not possible! But u can autosave to a file on ur host to server for ur work! We can write a function to send request to a php file(php file will save ur data to a file)! And a setTimeout to that function! Save to cookie, as pcdinh said, it's impossible! Cai i give you a q

[jQuery] Re: autosave textarea to cookie

2007-12-31 Thread pcdinh
Modern browser allow 4KB per cookie only. So autosave textarea is not possible at any time. On Dec 31, 10:30 am, Fayland Lam <[EMAIL PROTECTED]> wrote: > hmm, main idea here is autosave textarea. thanks any way. I already > got one. :) > > On Dec 31, 10:17 am, Jörn Zaefferer <[EMAIL PROTECTED]> w

[jQuery] Re: autosave textarea to cookie

2007-12-30 Thread Fayland Lam
hmm, main idea here is autosave textarea. thanks any way. I already got one. :) On Dec 31, 10:17 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Fayland Lam schrieb:> is there any plugin for that? does anyone use one? > > There is a cookie > plugin:http://www.stilbuero.de/2006/09/17/cookie-plugi

[jQuery] Re: autosave textarea to cookie

2007-12-30 Thread Jörn Zaefferer
Fayland Lam schrieb: is there any plugin for that? does anyone use one? There is a cookie plugin: http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/