I am new to jQuery and I have no idea on how to implement some jQuery validation on a jQuery form I downloaded.
I am using this form: http://thecodeplayer.com/walkthrough/jquery-multi-step-form-with-progress-bar
Server side validation is already done in php but I need jQuery so that the users cannot click on the Next button if they haven't wronte anything on those fields.(same behavious as the required html attribute for input tags)
I've tried all sorts of things by copying and pasting jQuery validation code from other people but without any success. So if anyone could help me out on this issue I would really appreciate it (will buy you a penguin as I am a linux admin =p )
Kind regards, Ciprian