I need a little help getting this jQuery plugin to work correctly for me.
I need the previous button to be disabled when it’s on the first slide, and when it’s on the last slide it needs to have a submit button.
I’m using this plugin for a fancy form. 🙂 Thanks for the help!
Well, if you don’t mind editing the source code directly, you’ll need to add callbacks to the animate functions.
There is this line in the code for “Left arrow click”:
Add one more argument at the end that is your callback. There are also other similar animate() calls. I’ll leave it up to you to decide whether you want to make it a setting =)