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 On 6/20/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
BJ Clark wrote: > Can anyone give me some suggestions? For a start, it looks like you are using a rather old version of the validation plugin. If so, please give 1.0 a try: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ The class="$v(required)" syntax was used by one of the very first versions of the plugin and is now replaced by the metadata syntax: class="{required:true}". -- Jörn Zaefferer http://bassistance.de