Hi everyone,
I have a lot of tables, like this:
loremipsum
lorem2ipsum2
I want to loop through all td:s and select the id of the parent table.
What is the best solution for that?
$('table td').each(function(){
// select the parent table id here
$('parenttable').attr("id");
});
Best rega
Hi everyone,
I have a lot of tables, like this:
loremipsum
lorem2ipsum2
I want to loop through all td:s and select the id of the parent table.
What is the best solution for that?
$('table td').each(function(){
// select the parent table id here
$('parenttable').attr("id");
});
Best r
2 matches
Mail list logo