[jQuery] Re: Individual Custom Message [validate]

2009-04-10 Thread dotcomtim
All three problems solved. On Apr 9, 6:52 pm, dotcomtim wrote: > Solved 1 and 2 just not the third. Anyway to detected duplicates only? > Everything I found on the net only removes duplicates. > > $.validator.addMethod('keywords', function(value, element) { >         var valid = true; >        

[jQuery] Re: Individual Custom Message [validate]

2009-04-09 Thread dotcomtim
Solved 1 and 2 just not the third. Anyway to detected duplicates only? Everything I found on the net only removes duplicates. $.validator.addMethod('keywords', function(value, element) { var valid = true; var valid = (value.length > 0); var message = $(element); if