hi All ,

an interesting find...am not sure if its a bug or not..but am open to
debate.

Looking at the jquery.append()...which is considerably slow for me....the
same with jquery.html()

basically the latter jquery.html() internally routes back to the
query.append() method ..is this a bug ....

cause i have noticed serious perfomace impications with it when the size of
the do increases manifold...say a list box with 20000 options ...

anything i am missing out here....

Thanks & Regards

Faizal



On Fri, Sep 5, 2008 at 4:29 AM, Jörn Zaefferer <
[EMAIL PROTECTED]> wrote:

> See
> http://docs.jquery.com/Plugins/Validation/Reference#Fields_with_complex_names_.28brackets.2C_dots.29
>
> Jörn
>
> On Fri, Sep 5, 2008 at 12:56 AM, nonsense <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I'm using Validation plugin (http://docs.jquery.com/Plugins/
> > Validation) and I want to use it to check whether at least one
> > checkbox is checked. Validating for one checkbox is working fine, but
> > not for group.
> >
> > HTML code:
> > <input type="checkbox" name="category[]">
> > <input type="checkbox" name="category[]">
> > <input type="checkbox" name="category[]">
> >
> > I tried to add "category[]: required" to rules but no success.
> >
> > Could somebody show me a working example?
> >
> > Thanks in advance,
> > nonsense
> >
>



-- 
Thanks & Regards
Faizal
(001)919 889 1980
when nothing works , prayer does.

Reply via email to