This group is dedicated to the discussion, teaching and learning of improved, efficient techniques for the validation of data in a web-centric environment. Discussion ranges from cross-browser compatibility to platform specific issues.
Members are encouraged to use and share each others scripts.
NOTE: This is a technical forum centered on programming technologies and techniques.
it looks like the later versions of Prototype apply custom methods via the dollar function. are you expecting a 'resetValidation' instance method to be on the
Hi all, I have used the validation class since version 3.0.0 and I'm happy with it! However, now I'm using the validation class version 4.0.0 and I having a
Hi all, I have used the validation class since version 3.0.0 and I'm happy with it! However, now I'm using the validation class version 4.0.0 and I having a
you should be able to validate a checkbox just as easily as a textbox: e.g., if you set REQUIRED to true, the checkbox validation will fail unless the checkbox
Hi All, Is it possible to validate checkboxes? Example: Checkbox to say that the user has read the terms and conditions on a form before they post. Sorry if