Jorn:
Thanks, I was using an old version.
I've updated my code:
$("#order").validate({
errorContainer: $("#messagebox"),
errorLabelContainer: $("p", "#messagebox"),
debug: true
});
However, I'm still getting an error:
exception occured when checking element , check the 'validate'
methodjquery.validate.j... (line 14)
jQuery.validator.methods[rule.method] has no properties
[Break on this error]
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a...
I'm not sure what the issue is. Any suggestions?
Thanks,
BJ Clark