var $list = $('<tr>' +
'<td class="left">' + obj.m[i].devg_desc + '</td>' +
'<td>' + allocation_a + '</td>' +
'<td>' + allocation_b + '</td>' +
'<td>' + allocation_c + '</td>' +
'<td>' + allocation_d + '</td>' +
'</tr>');
$list.appendTo($('#parent'));