Long answer:
Check out the section on Traversing in the jquery documentation on the
site.  Lots of good examples and documentation on there.


Short answer:
console.log($(element).children()));


On Mar 7, 1:33 am, Alain Roger <raf.n...@gmail.com> wrote:
> Hi,
>
> i need to debug jQuery code and i would like to know if there is an easy way
> to display (as alert or into FFconsole) the children tags of a particular
> element ?
> thanks
>
> Al.

Reply via email to