[jQuery] Re: select input within a table cell with wildcard

2008-12-10 Thread Felix
Thanks for the information. I will try that out tomorrow. On Dec 10, 6:28 pm, MorningZ <[EMAIL PROTECTED]> wrote: > It is because you are not understanding what ">" means in a selector > > http://docs.jquery.com/Selectors/child#parentchild > > "Matches all child elements specified by "child" of

[jQuery] Re: select input within a table cell with wildcard

2008-12-10 Thread MorningZ
It is because you are not understanding what ">" means in a selector http://docs.jquery.com/Selectors/child#parentchild "Matches all child elements specified by "child" of elements specified by "parent"" so while "#editableTable" is the id of the tag, then $("#editableTable > input") wouldn'