Validate.js
Last update : 2008-07-23
Changes
- 2008-07-23
- isEqual() new
- 2008-03-22
- compressed version is available.
- 2006-05-12
- isplatform() new
- addRules() and Apply() new
- var myForm = new Validate();
myForm.addRules({id:'firstname' ,option:'required', error:'First Name is required.'});
- var myForm = new Validate();
- 2006-04-26
- isIP() become isSimpleIP() updated
isSimpleIP() does not support IPv4 and IPv6 - isAlpha became isAlphaLatin() updated
- isNotEmpty() updated
- isEmpty() new
- isDecimal() updated
- isLetter() removed
- isEmail() become isEMailAddr() updated
- isURL updated
Accept "http://" , "https://" , "ftp://" and "ftps://"
- isIP() become isSimpleIP() updated
- 2006-04-23
- hasValidChars(string, characters, caseSensitive)
- isIP(ip)
- isAlpha(string)
- isLetter(string)
- isNotEmpty(string)
- isIntegerInRange(number,min,max)
- isNum(number)
- isEmail(string)
- isZipCode(number,country)
- isDate(date,format)
- isMD5(string)
- isURL(string)
- isGuid(string)
- isISBN(string)
- isSSN(number)
- isDecimal(number)
Author-contributor
- Author : Achraf Bouyakhass
- Contributors :
- Thomas

