[jQuery] Re: Find values

2007-09-06 Thread David
ok. I modified tr id=3 = tr id=3 class=xxx it's ok? but using .slice() is possible?

[jQuery] Re: Find values

2007-09-01 Thread David
ok. I modified tr id=3 = tr id=3 class=xxx it's ok? but using .slice() is possible? On Aug 30, 5:41 pm, Glen Lipka [EMAIL PROTECTED] wrote: Seems they are all children of their individual TR tag right? What is the event you are listening for? If its an ajax table you will need to bind the

[jQuery] Re: Find values

2007-08-30 Thread David
Please help me! On Aug 30, 10:44 am, David [EMAIL PROTECTED] wrote: I have a table generated by ajax: table tr id=3 tdinput type=text value=7586/ /td tdselect id=xxx option value=3Unu/option option

[jQuery] Re: Find values

2007-08-30 Thread Glen Lipka
Seems they are all children of their individual TR tag right? What is the event you are listening for? If its an ajax table you will need to bind the events using the Live jQuery plugin. Then once you have an event you are listening for you probably will have something like: var parentTR =