Sunday, January 25, 2009

[jQuery] Re: selector for children of specific element?

Karl,
My solution appears to be along the line of:
var elem = getdocument...
$(elem).children() ...

I hadn't realized that I can pass a DOM element as a selector.

Thanks,
Chris

No comments: