[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) { >

[jQuery] Re: Individual Custom Message [validate]

2009-04-09 Thread dotcomtim
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

[jQuery] Individual Custom Message [validate]

2009-04-09 Thread dotcomtim
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

[jQuery] [validate] one form multiple validations

2008-10-03 Thread dotcomtim
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

[jQuery] JQuery Validation Script within a Step Wizard Script

2008-10-01 Thread dotcomtim
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