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

2009-01-25 Thread ChrisA
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

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

2009-01-24 Thread Karl Swedberg
How about .children() ? For example: $('tr').children() That, and much, much more, can be found at http://docs.jquery.com/Selectors --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 24, 2009, at 5:20 PM, ChrisA wrote: I need to run thru a table and