[jQuery] Re: [validate] does maxLength(20) supported in textarea?

2008-02-01 Thread Jacky
Oh, because work so I thought the syntax is correct. Thx, I will try that later. On Feb 2, 2008 12:58 AM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > Jacky schrieb: > > I tried to do this > > > > > class="maxLength(20)" title="Description max length is 20"> > > > > But it doesn't work. > >

[jQuery] Re: [validate] does maxLength(20) supported in textarea?

2008-02-01 Thread Jörn Zaefferer
Jacky schrieb: I tried to do this class="maxLength(20)" title="Description max length is 20"> But it doesn't work. So I guess it's not supported in textarea and I will need to add method? That syntax isn't valid. You've got two options to inline rules in this case: title="Description max l