I am looking for a jQuery carousel style plugin which can handle form elements.
Here is what I need to do.
I have three form elements: two regular text boxes and a textarea. There are also two buttons, previous and next.
On clicking the next button, the text boxes/textarea switch their content.
I realize I can do this via Ajax, but I’m looking for a plugin solution.
You can use any kind of carousel to this. You can just basically need to bind a function when click the arrows of the carousel.
For sample the selector for your next button is id=”next-button” and the textareas is id=”my-textarea”