Would using resetForm() help me in any way?
On Nov 6, 3:11 pm, kedr <[EMAIL PROTECTED]> wrote:
> I have a form that is split into 3 different tabs. You can only move
> to the next tab if the part of the form on the current tab is valid. I
> have 3 separate validator code sec
I have a form that is split into 3 different tabs. You can only move
to the next tab if the part of the form on the current tab is valid. I
have 3 separate validator code sections each with their own rules and
messages. I attach an onclick handler to the custom button to return
('#myForm').validat
my js is as follows:
var validator = $('#myForm').validate({
onfocusout: false,
onkeyup: false,
rules: {
prefix: { required: true },
name: { required: true }
my js is as follows:
var validator = $('#myForm').validate({
onfocusout: false,
onkeyup: false,
rules: {
prefix: { required: true },
name: { required: true }
4 matches
Mail list logo