views:

48

answers:

1

I had been using jsvalidate, but it doesn't fit my requirement of conditional validation for what I want to do; I want to make a couple of fields required only if a select is previously marked as yes.

I have been looking into mootools's formcheck, it seems a bit fancier and nicer than jquery's validation plugin, but I don't know if it would allow me to do a conditional validation. Which should I pick here to make my job easier?

+2  A: 

I've used Ketchup, another jQuery form validation plug-in. You can write your own validators with jQuery to use custom conditions.

Adam
I like this one. Thanks.
omgzor