Prototype to JQuery - A Question about Event Delegates
Hello Peeps
I'm in the process of moving from Prototype to JQuery and I've hit a snag.
In order to try and wrap my head around the JQuery way of doing things I decided to write a wizard plug-in that will help with a project I'm working on and speed up the learning process.
The problem is this ...
When the "next" button is clicked I check to see if it moves the user to the last step in the wizard and change the value of the button to "Finish". I also need to change the click event's delegate so it submits the form. In Prototype, I'd just use bindAsEventListener. Is there something similar in JQuery I can use?
Thanks
Bear