I like to incorporate the Validation scripting into a Step Wizard http://worcesterwideweb.com/jquery/wizard/; I got it pretty much licked except the section where it only validates the available step and ignores the others.
I pretty much followed the same layout as in this demo > http://jquery.bassistance.de/validate/demo/multipart/ the part I am getting confused with is how it is determining the index in the match function. Is this part of the validate scripting or found in the accordion scripting? Has anyone successfully merged the 2 together? http://jquery.bassistance.de/validate/ and http://worcesterwideweb.com/jquery/wizard/ Any help would be much appropriated.