var value = $.trim($(this).val()); if ($(this).hasClass(invalidClass)) ...
JavaScript jQuery script: too many ifs...
//function that loops through the elements
function __validateForm(theform){
...
JavaScript Simple form validator with ...
by eljota,
November 11, 2007 10:32,
5 refactorings, tagged with javascript, js, form, validation, regex
This is a real simple form ...
This is part of a jQuery pl...