$('tr.child1 input.inputbox')

or just

$('tr.child1 input:text')

The last allows you to put aside the classes if you don't need them
for something else.
And actually, if you have no other inputs.. then you can remove
the  .inputbox / :text parts.

You should add type="text" to the inputs.

Cheers

--
Ariel Flesler
http://flesler.blogspot.com

On 28 mayo, 08:13, andyGr <[EMAIL PROTECTED]> wrote:
> I have fixed it as
>
> $j('tr.child1 td:eq(1) input')
>
> The only question is how to select ALL inputboxes valies of tr.child1. Now
> it selects only the 1st tr.child.
>
> Any ideas?
> --
> View this message in 
> context:http://www.nabble.com/Selector-help-needed-tp17508515s27240p17510366....
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to