i wanna this result "<tr><td></td></tr>", but whit this code i take this one ""<td></td>"" whitout the tr tag...i need the tr too...i try to use .parent but no have a good result...
select the element that you want the html of. meaning, if you want all table rows, select theh element that is the parent of all table rows. then use .html.
if you rtable does not have a tbody tag, you would use $('table').html()