I am trying to append child via jQuery to the on of selected HTML element.
My code:
var table = $(this).parent();
console.log(table)
table.appendChild(table_row);
Console:
[table.table.unit-list, prevObject: jQuery.fn.init[1], context: tr] //log
... appendChild is not a function //error