JavaScript: The Definitive Guide

25.268. Table.deleteTFoot( ): delete the <tfoot> of a table

DOM Level 2 HTML

25.268.1. Synopsis

void deleteTFoot( );

25.268.2. Description

If this table has a <tfoot> element, this method removes it from the document tree. If the table has no footer, this method does nothing.

Категории