commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / jquery / plugins / jquery.civicrm-validate.js
1 /**
2 * Additional methods to extend jQuery Validation Plugin 1.8.0
3 * You can add validation methods here based on classes prefixed with crm_
4 * Example: class='crm_phone' is assigned to phone number fields
5 * To define phone validation for your site:
6 * jQuery.validator.addMethod("crm_phone", function(phone_number, element) { validation logic here }
7 */
8