Welcome To Snipplr
Everyone's Recent JavaScript Snippets Tagged validation
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I came across this little snippet... and thought it was rather nice.
0
914
posted 16 years ago by gembry
Always always always backup client side validation with server side validation! =D
2
1152
posted 16 years ago by charmcitycoder
a set of function useful to check data (functions name in italian but easy to translate).
0
1160
posted 16 years ago by ginoplusio
this requires jquery.js, jquery.metadata.js, and jquery.validate,js
2
974
posted 16 years ago by bcalloway
https://www.chrisjmendez.com/2008/09/21/jquery-ensure-that-at-least-one-checkbox-is-selected/
4
1064
posted 16 years ago by chrisaiv
Para validar si son dígitos, letras, números enteros o decimales (se puede seleccionar el separador de decimales). La función esDigito() y esLetra() está basada en otros códigos de Snipplr
1
773
posted 16 years ago by sulfurito