[jQuery] Re: [validate] - max validation with float values

2009-04-28 Thread JesperDK
Hey Jörn, But how can that be done with the code I currently have implemented? $(document).ready(function() { $("#commentForm").validate({meta: "validate"}); }); /Jesper On 27 Apr., 14:14, Jörn Zaefferer wrote: > You need to add a custom > method:

[jQuery] Re: [validate] - max validation with float values

2009-04-27 Thread Jörn Zaefferer
You need to add a custom method: http://docs.jquery.com/Plugins/Validation/Validator/addMethod And implement the validation for float values there. Jörn On Sun, Apr 26, 2009 at 8:01 PM, JesperDK wrote: > > Hi all, > > I use the validation from > http://bassistance.de/jquery-plugins/jquery-plug