I have a page in active tab.
I need to find in this page a table:
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="details">
grab it until next </table>-tag,
and use it (to paste it in a new tab, popup, or just in “alert”).
I wouldn’t include jQuery for such an easy task.
or you could give your table an id:
to get the html just call