I'm still trying to figure out how to make actions happen with an AJAX button submit. Right now I am using the jQuery Validation plugin to validate my form and then the Forms plugin to perform an AJAX submit. I have the validation and AJAX submit working perfectly right now but I was hoping to add just a bit more after the submit button has been pressed, the form validated, and the information sunmitted. I was hoping to pop up a modular window with a small box that says Thank You and then redirect the user to a new page.
Can anyone help me out with this? I have been trying a load of things but I'm stuck rigt now. I can provide code if that would make things easier to understand. Thanks!