/* * jQuery Form Validation plug-in version 1.1.5 * Last Update : July 13, 2008 * New features: * onError event * Add call back support - callback function is called when validation is error, return true form will be submited otherwise not. * Error list in the alert msg * Alias to field name * Select diff html attributes for validation rules instead off using custom html attributes * * Bug Fixed: * now support radio buttons * defval to work with LabelIn plugin * now support textarea * * Copyright (c) 2007 E-wave web design * http://www.ewave.com.au/ * * Licensed under the GPL license: * http://www.gnu.org/licenses/gpl.html * * @requires jQuery v 1.2.1 or later * @name formValidation * @usage $('#form1').formValidation({ * newmask : /[0-9]{1}-[0-9]{1}/, // 1-1 * err_class : "invalidInput" * }); * * HTML *
* * *