[jQuery] Tabs - Sliding and Fading DIV

2009-12-23 Thread Yoyo
Hi, I am trying to make 3 tabs with sliding and fading DIVs. My questions: Is there any better way to make this? How can I also fade when the slides are going up and down? .button { width: 200px; height: 50px; float: left; cursor: hand; } .content

[jQuery] Re: How do I unsubscribe from googlegroups?

2008-04-01 Thread Yoyo
I also want to unsubscribe. I'm here before it was Google Groups and in my preferences at Google I always have no e-mails setting checked. I want to read the list online, but do not want to fetch e-mails, what can I do? thanks, Yoyo

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-21 Thread Yoyo
Yes. This is possible and it is the situation I described. Thank you for your patience. I must say that support on this list is just awesome in relation to other projects. Yoyo

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-19 Thread Yoyo
The first piece of code I implemented into was a "City" field for an application. So once a particular city is entered in the free-form text field, it will show up in the autocomplete the next time a user hits the page. So next time it is not possible to add another city in autocomplete box? I

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Yoyo
Dan G. Switzer, II schrieb: Yoyo, Is it possible to insert custom values in multiple input? If for example I try to write "Cracow" I got "Creola" If you want freeform text to be entered, then you can't try to map the text to another value (like a primary

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Yoyo
Is it possible to insert custom values in multiple input? If for example I try to write "Cracow" I got "Creola" /Yoyo