JavaScript: The Definitive Guide
25.269. Table.deleteTHead( ): delete the <thead> of a table
DOM Level 2 HTML
25.269.1. Synopsis
void deleteTHead( );
25.269.2. Description
If this table has a <thead> element, this method deletes it; otherwise, it does nothing. |
Категории