[jQuery] Re: size of an ul
Jason Huck escribió: > $('ul').children().size(); > > - jason > > > On Apr 30, 2:58 am, Ray Mckoy <[EMAIL PROTECTED]> wrote: > >> Hi all. >> Can i know the number of li in a ul with jquery?. >> >> Thank you all. >> > > Thank you very much. That's what i need.
[jQuery] Re: size of an ul
$('ul').children().size(); - jason On Apr 30, 2:58 am, Ray Mckoy <[EMAIL PROTECTED]> wrote: > Hi all. > Can i know the number of li in a ul with jquery?. > > Thank you all.