/**
 *  Additional methods to extend jQuery Validation Plugin 1.8.0
 *  You can add validation methods here based on classes prefixed with crm_
 *  Example: class='crm_phone' is assigned to phone number fields
 *  To define phone validation for your site:
 *  jQuery.validator.addMethod("crm_phone", function(phone_number, element) { validation logic here }
 */


