Hi, submit is called after remote validation.it is not good for user experience.it should just update the just field validation info.
and another problem is that i can't define the name of the data that to be validation.in remote it is data:{value:value}.In my exists validation program,it not receive a field name as value,and i couldn't to change it,beacause some others programs use it already. understand me?sorry for my english. 2007/11/25, Jörn Zaefferer <[EMAIL PROTECTED]>: > > > Hi Jack! > > can jquery.validate use custom validator? And another problem is about > > email validator,it can't pass validate with my email address > > [EMAIL PROTECTED] exactly validate email address. > > > Yes, custom validations are possible. Take a look at this and let me > know if that doesn't help you: > > http://jquery.bassistance.de/api-browser/plugins.html#jQueryvalidatoraddMethodStringFunctionString > > I've just added your example mail address to the testsuite and fixed the > email validation accordingly. You can get that fixed revision here: > http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js > > Regards > Jörn >