Welcome To Snipplr
Everyone's Recent Snippets Tagged validation
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
https://www.chrisjmendez.com/2008/09/21/jquery-ensure-that-at-least-one-checkbox-is-selected/
4
945
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
668
posted 16 years ago by sulfurito
Uses a regular expression to validate a string as a validly formatted email address.
1
901
posted 16 years ago by Anthony
Test harness for an implementation of the Luhn algorithm that checks the validity of a credit card number.
0
1239
posted 16 years ago by Uzbekjon
A simple method of validating an IP address using PHP and regular expressions
2
3210
posted 16 years ago by aristoworks
This is a simple method of validating a 9-digit zip code using PHP and regular expressions
3
2378
posted 16 years ago by aristoworks
A simple method of validating an email address using PHP and regular expressions
4
1376
posted 16 years ago by aristoworks
A simple method of validating a telephone number using regular expressions and PHP
3
1515
posted 16 years ago by aristoworks
YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.
2
1032
posted 16 years ago by neal_grosskopf
CSS Diagnostics allows web designers and developers to highlight invalid HTML using CSS selectors. Say goodbye to the font tag by highlighting it in a large obnoxious border. It also has the ability to highlight 404 pages, old CSS classes and old Jav...
7
1730
posted 16 years ago by neal_grosskopf
If you've ever used a strict doctype and used the target attribute on links you'll notice that it doesn't validate. Here is an easy solution.
4
1831
posted 16 years ago by neal_grosskopf
Basically what this algorithm does is to replace the first letter of the serial number by a number (each letter represents where the banknote is originally from), then it calculates the sum of all digits. If the remaining of the division of that sum...
0
604
posted 16 years ago by j_junyent
Download the Credit Card Library from Lucas Carlson
user$ sudo gem install creditcard
6
1099
posted 17 years ago by chrisaiv
model/form.py is a good place to put schemata in a pylons app: easy to build with inheritance and accessible to controllers via model.form.EmailForm, etc. See the link for further info on the _extra_fields options -- this one is intended for just two...
1
1188
posted 17 years ago by ches
a function to check the validity of the postcode according to UK rules
0
3198
posted 17 years ago by valcartei
This code will validate not only the four octets contain between 1 and 3 numbers each, but also that the number they contain is between 0 and 255.
In all, there are 3 different regex's that I tried and all seem to work fine. The three regex's a...
0
2472
posted 17 years ago by numberwhun