csxdog
0
Q:

jquery duplicate last table row

var $tableBody = $('#tbl').find("tbody"),
    $trLast = $tableBody.find("tr:last"),
    $trNew = $trLast.clone();

$trLast.after($trNew);
0

New to Communities?

Join the community