I am trying to take information from a <tr>
and prefill it in all <tr>
s below that <tr>
. I know I can grab the <tr>
I want and put it in a variable, but is there a good selector for grabbing only the <tr>
s below that row?
views:
27answers:
2Don't think anything can validly coexist with a tr at the sibling level other than other tr. Might be some wackiness I never use that makes it possible, though.
chaos
2009-06-23 18:54:48
I think you're right, no need to filter for it.
altCognito
2009-06-23 18:56:11