I am usig Janko's Form-to-Wizard plugin to transform my email form into steps, each step defined by <fieldset> .. </fieldset>.
Now i need some fancy animation on my NEXT-PREVIOUS clicks.
Can you help me to implement a jQuery slideUp() + slideDown() to my fieldsets?
"next" step the switch needs to be a .slideUp()
"back" to previous step should be .slideDown()
Your help is appreciated and i have prepared a JS Fiddle for that, so you see it in action. http://jsfiddle.net/pivi/sRvtc/1/