push tr in tbody using jquery

JavaScript
$("#tableId > tbody").append(data);
Source

Also in JavaScript: