On Jan 25, 2008, at 9:35 AM, MorningZ wrote:
$("#ColumnEdit select")
Worked... thanks....
"That said, I'm surprised "#ColumnEdit > tr > td > select" did not
return any matches"
As was I.... and the select boxes have options defined, i was just
shorthanding the code for brevity's sake in my original post
My guess is that the browser's DOM parser is inserting the missing
<tbody> tag. I wonder if this would work:
$('#ColumnEdit > tbody > tr > td > select');
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com