1 2 3 4
function validateForm(){ var vaditional; if(!arguments.length){ ...
JavaScript On Simple form validator with ...
by eljota,
November 11, 2007 10:38
sorry the validateForm has ...
1 2 3
//function that loops through the elements function __validateForm(theform){ ...
JavaScript Simple form validator with ...
by eljota,
November 11, 2007 10:32,
4 refactorings, tagged with js, javascript, form, validation, regex
This is a real simple form ...
Thanks, I usely forget the ...