views:

54

answers:

2

Hi,
I need a javascript validation library that validates different fields or controls (textBox, dropDownList, radioButton, ...) with different validation types ( empty field, wrong value, number of value , ... ).

Any recommendations?

A: 

I have one validation library named FormCheck. it,s a plugin for Mootools javascript framework and seems powerful with good documentation.

This is the link. FormCheck

I need more :)

thanks in advanse

ecleel
+1  A: 

Jquery validation plugin has decent validation coverage and is extensible.

tvanfosson
WONDERFUL, nice validation
ecleel