Re: [jQuery] jQuery Validation request

2009-11-04 Thread Karl Swedberg
The following instructions are paraphrased from: http://groups.google.com/support/bin/answer.py?hl=en&answer=46608 You can unsubscribe from a group through the web interface or via email. To unsubscribe through the web interface, just click the "Edit my membership" link on the right-hand sid

Re: [jQuery] jQuery Validation request

2009-11-03 Thread NathanHuang
Hi all Who can tell me how to unsubscribe this mailling list? I'm gonna use another account for this mailing list. thanks > -- > View this message in context: > http://old.nabble.com/jQuery-Validation-request-tp25995270s27240p26160052.html > Sent from the jQuery General Discussion mailing list a

Re: [jQuery] jQuery Validation request

2009-11-03 Thread Bart van Uden
Hi Richard, I also live in the Netherlands and ran into the same problem. I couldn't find an answer online so i decided to write some addon methods myself. I added the following two methods to the validator and that did the trick. $.validator.addMethod("maxNL", function(value, element, param) {

[jQuery] jQuery Validation request

2009-10-21 Thread Richard
Hi, I was working with validation, but am having problems using the method "max" for maximal numbers. I live in Holland and for us the decimal character is a comma, and I can use comma's for validating the max value of a field. Could someone please make an addon like "numberDE" for max? So i can