[ad_1]
Can restructure table by putting last 2 cells in new row:
$('tr').each(function(){
$(this).after( $('<tr>').append( $(this).find('td:gt(1)')))
});
5
[ad_2]
solved how to insert in html using jquery [closed]
[ad_1]
Can restructure table by putting last 2 cells in new row:
$('tr').each(function(){
$(this).after( $('<tr>').append( $(this).find('td:gt(1)')))
});
5
[ad_2]
solved how to insert in html using jquery [closed]