Hmm, although the demo here: http://jquery.bassistance.de/validate/demo/
shows this example: <input id="cname" name="name" class="required" minlength="2" /> So now I'm really confused. On Feb 8, 4:34 pm, Raymond Camden <rcam...@gmail.com> wrote: > Hmm. So a min check is not available since it requires a value, but > url is because it does. I guess that makes sense. But is that actually > documented though? > > On Feb 8, 4:17 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com> > wrote: > > > All documented methods are supported that way, with the exception of > > methods that require a parameter. > > > Available methods are documented > > here:http://docs.jquery.com/Plugins/Validation#List_of_built-in_Validation... > > > Jörn