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) {
>
3
characters minimum');
var valid = false;
}
}
}
}
return valid;
}, false);
On Apr 9, 10:51 am, dotcomtim wrote:
> I am working on a custom filter to check for e
I am working on a custom filter to check for errors by adding the
addMethod() function within the jQuery Validation Plugin. I have
success so far with most of it except for the last few items.
1) Individual Messages – I like to replace the alert messages to
append their own message. I tried sever
In the validation plugin I am using rules and messages to validate a
one form which is broken up into multiple steps within the one form.
Similar to this script http://jquery.bassistance.de/validate/demo/multipart/
but altered to add custom rules and messages. Here is what I have so
far.
$(docum
I like to incorporate the Validation scripting into a Step Wizard
http://worcesterwideweb.com/jquery/wizard/; I got it pretty much
licked except the section where it only validates the available step
and ignores the others.
I pretty much followed the same layout as in this demo >
http://jquery.ba
5 matches
Mail list logo