$(document).ready(function(){jQuery.validator.addMethod("noWhitespace",function(b,a){if(/ /.test(b)&&b.length>0){return false}return true},"Please remove spaces from your reward card.");$("form.validateForm").each(function(){$(this).validate({onfocusout:false,onkeyup:false,ignore:".ignore"})})});