[jQuery] Accessing an element's child
I'm new to jQuery and I dabbled in it a little last night. I know you
can access a child element via $("parent > child") but what if you're
currently accessing the parent using the $(this) operator? Would I
just use $(this > child) without the quotes? That doesn't stike me as
something that would work...
Thanks,
Adam