[jQuery] Re: [Validate] list of metadata options?

2009-02-08 Thread Jörn Zaefferer

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_methods

Jörn

On Sun, Feb 8, 2009 at 7:38 PM, Raymond Camden rcam...@gmail.com wrote:

 I may be missing something obvious. The docs for Validation (http://
 docs.jquery.com/Plugins/Validation) are very clear on the JavaScript
 API. But I'm trying to find documentation on what is supported in
 metadata. The example uses:

 input id=cemail name=email size=25  class=required email /

 Which tells me that this field is required and must be a valid email
 address, but nowhere do I see a list of what kind of stuff can I use
 in the class field. Can I do required url, required number, etc? Is
 this documented somewhere and I'm just missing it?


[jQuery] Re: [Validate] list of metadata options?

2009-02-08 Thread Raymond Camden

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