DekGenius.com
Team LiB   Previous Section   Next Section
HTMLTableElement.deleteTFoot( ) delete the <tfoot> of a table

Availability

DOM Level 1 HTML

Synopsis

void deleteTFoot(  );

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.

    Team LiB   Previous Section   Next Section