/* * jQuery Form Validation plug-in version 1.1.2 * Last Update : June 09, 2008 * New features: * 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: * defval to work with LabelIn plugin * * 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 *