-1
votes
Append a jQuery element to a string that contains html
How about trying with jRow.html(), like this?
$('#tableId').append(jRow.html());
It should return you the actual HTML contents instead of the jQuery-w …
