I've never done much monkeying around with the jQuery plugin. John is
our resident expert. John, do you have any suggestions for Byron?
Cheers,
Bob
> --
> You received this message because you are subscribed to the Google Groups "ValidateThis" group.
> To post to this group, send email to valida...@googlegroups.com.
> To unsubscribe from this group, send email to validatethis...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/validatethis?hl=en.
>
--
Bob Silverberg
www.silverwareconsulting.com
$("#myform").validate({
ignore: ".ignore"
})
I did also have to make sure that if the tab was valid, then the
ignore class was removed from all fields and validation called again
so that the form would only submit if all fields passed.
I'll have to see if I can find the code as I'm saying this from what I
recall I did which may be a complete lie :)