[jQuery] Re: list of metadata options?

2009-02-09 Thread Raymond Camden
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

[jQuery] Re: list of metadata options?

2009-02-09 Thread Raymond Camden
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

[jQuery] Re: list of metadata options?

2009-02-09 Thread Jörn Zaefferer
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

[jQuery] Re: list of metadata options?

2009-02-09 Thread Raymond Camden
Ahh, ok. That makes sense then. Thank you! On Feb 9, 10:23 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Classes for methods with no parameters, attributes for methods with parameters. Thats it. Jörn