[jQuery] I'm find a bug in jQuery??s Cookie plugIn

2006-10-15 Thread Microtoby
t;if ( cookie.substring(0, name.length + 1) == (name + '='))". Fix it, just modify line 68: Old style: var cookies = document.cookie.split(';'); New style: var cookies = document.cookie.replace(; , ;).split(';'); Regards, Microtoby 2006-10-16 _

[jQuery] Also new bug in cookie plugin

2006-11-05 Thread Microtoby
Hi, all, It seems no more people use the cookie plug in, I'm find new a bug again. When I set the expires parameter to 7, cookie always expires when browser closing. I'm traced the problem, First: --- Line 62: maxAge =

Re: [jQuery] Also new bug in cookie plugin

2006-11-05 Thread Microtoby
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: 2006年11月5日 22:53 To: jQuery Discussion. Subject: Re: [jQuery] Also new bug in cookie plugin Microtoby schrieb: Hi, all, It seems no more people use the cookie plug in, I'm find new a bug again. When I set the expires parameter to 7

Re: [jQuery] SVN?

2006-11-06 Thread Microtoby
I have the same error, Can't connect to host 'jquery.com':no connection could be made because the target machine actively refused it. Toby 2006-11-6 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andre Molnar Sent: 2006年11月6日 18:14 To:

[jQuery] JQuery FX set an element to display block in progress ...

2007-01-16 Thread Microtoby
Hi, When using fx of JQuery, animate will set display of an element to block in progress, This is a bad thing, so I must wrap another element. Is there any way to use this correctly? Thanks, Yours, Microtoby 2007-1-17 ___ jQuery mailing list

Re: [jQuery] JQuery FX set an element to display block in progress ...

2007-01-17 Thread Microtoby
Thanks for your reply, I'm using the fadeTo property. Regards, Microtoby 2007-1-17 2007/1/17, Brandon Aaron [EMAIL PROTECTED]: What property or properties are you animating? -- Brandon Aaron On 1/16/07, Microtoby [EMAIL PROTECTED] wrote: Hi, When using fx of JQuery, animate will set

[jQuery] Does there a way to set element position like [myContextEl, tr, tl]

2007-02-22 Thread Microtoby
align once the context property has already been set. // This call will change the alignment so that myOverlay's top right corner is snapped to myContextEl's bottom left corner. myOverlay.align(tr, bl); does there any to use this in jquery? Best regards, Microtoby 2007-2-22

Re: [jQuery] $(node).hasClass(...) function

2007-03-02 Thread Microtoby
Yes, I'm think this function very usefull, but jquery only has an internal function $.className.has(). Best wishes, Toby 2007-3-3 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien Pierre Sent: 2007年3月3日 2:06 To: jQuery Discussion. Subject:

Re: [jQuery] $(node).hasClass(...) function

2007-03-02 Thread Microtoby
Sorry when I reading John Resig's reply... -Original Message- From: Microtoby [mailto:[EMAIL PROTECTED] Sent: 2007年3月3日 3:44 To: 'jQuery Discussion.' Subject: RE: [jQuery] $(node).hasClass(...) function Yes, I'm think this function very usefull, but jquery only has an internal function

[jQuery] compare between display and visibility when hide an element?

2007-03-06 Thread Microtoby
and visibility is? For example, difference in SEO? Best wishes, Microtoby 2007-3-7 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/