[jQuery] Cycle and Transition Effects with Each Slides

2009-11-25 Thread vincent woo
Hi, I am creating a carousel using Cycle with the following effects: 1. Each slide fades/slides in when user clicks the previous or next button 2. When the slide finishes loading, I want to animate the text and images in each slide with a slide-in effect. Questions: 1. How could one do it so tha

[jQuery] Carousel: How they do that?

2009-04-23 Thread vincent woo
http://www.merixstudio.com/ I like the carousel on the homepage above. I noticed when you drag the slider to the last element the carousel loads the last elements without sliding through the previous elements in the carousel. Does anyone know if this is a custom carousel they made or is there

[jQuery] Re: changing input's class upon error

2009-03-04 Thread vincent woo
this question is regarding the form Validation plugin found here: http://docs.jquery.com/Plugins/Validation On Mar 4, 12:24 pm, vincent woo wrote: > I want to find a simple way to change a form element's class when > there is an unsuccessful field.  Like I would like to change the

[jQuery] [validate] changing input's class upon error

2009-03-04 Thread vincent woo
I want to find a simple way to change a form element's class when there is an unsuccessful field. Like I would like to change the input box to a red input box if there's an error. Thanks Vincent