[jQuery] Re: autosave textarea to cookie

2008-01-01 Thread Fayland Lam
a file! > > On 31/12/2007, pcdinh <[EMAIL PROTECTED]> wrote: > > > > > > > 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, ma

[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

[jQuery] autosave textarea to cookie

2007-12-30 Thread Fayland Lam
is there any plugin for that? does anyone use one? Thanks.

[jQuery] Re: Avoid double submit by disabling submit button causes problem in IE

2007-12-23 Thread Fayland Lam
generally I do something like here: http://www.foorumbbs.com/static/js/utils.js code: $(document.forms).each( function(theform) { // disabled the Submit and Reset when submit a form // to avoid duplicate submit $(theform).submit( function() { $('input:submit

[jQuery] Re: jQuery API Reference in CHM

2007-12-08 Thread Fayland Lam
can someone send it to my email fayland at gmail? I can't access http://www.4shared.com/file/31419899/4f6f85b/jQuery-12-v1.html at all. char101 wrote: > Hi, > > This is (yet another, if there is any) API reference of jQuery in CHM > format > > http://charupload.wordpress.com/2007/12/07/jquery-do

[jQuery] Re: jQuery API Reference in CHM

2007-12-08 Thread Fayland Lam
Thanks. On Dec 7, 5:49 pm, char101 <[EMAIL PROTECTED]> wrote: > Hi, > > This is (yet another, if there is any) API reference of jQuery in CHM > format > > http://charupload.wordpress.com/2007/12/07/jquery-documentation-chm/ > > The pages are taken directly fromhttp://docs.jquery.com/Main_Page > b

[jQuery] does anyone have a latest document PDF

2007-11-21 Thread Fayland Lam
I searched with Google but all are outdated. I'm not running any java or coldfusion. Thanks.