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

Availability

DOM Level 1 HTML

Synopsis

void deleteTHead(  );

Description

If this table has a <thead> element, this method deletes it; otherwise, it does nothing.

    Team LiB   Previous Section   Next Section