Classes for methods with no parameters, attributes for methods with parameters. Thats it.
Jörn On Mon, Feb 9, 2009 at 4:15 PM, Raymond Camden <rcam...@gmail.com> wrote: > > To add to this, I'm just playing around, but found that this too > works: > > <input id="cage" name="cage" size="4" class="required number" min="1" > max="100" /> > > This is pretty slick, but I'd still like to know what the "official" > documentation has to say about this. > > On Feb 9, 8:36 am, Raymond Camden <rcam...@gmail.com> wrote: >> 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