[jQuery] Re: Selecting listboxes that are in a table

2008-01-25 Thread George
Hi there, The selector only matches an immediate child so in your example, the only children of #ColumnEdit are tr elements, not select elements. That said, I'm surprised #ColumnEdit tr td select did not return any matches. Could it be because you've used a self-closing tag instead of

[jQuery] Re: Selecting listboxes that are in a table

2008-01-25 Thread MorningZ
$(#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 On Jan 25, 3:03 am, George [EMAIL

[jQuery] Re: Selecting listboxes that are in a table

2008-01-24 Thread Charles K. Clarkson
MorningZ wrote: : Shouldn't : :: $(#ColumnEdit select) : : Provide me a jQuery array of those select boxes? No. $(#ColumnEdit select) should. HTH, Charles K. Clarkson -- Mobile Homes Specialist Free Market Advocate Web Programmer 254 968-8328