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;
>
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
2 matches
Mail list logo