JavaScript: The Definitive Guide

25.266. Table.deleteCaption( ): delete the <caption> of a table

DOM Level 2 HTML

25.266.1. Synopsis

void deleteCaption( );

25.266.2. Description

If this table has a <caption> element, this method removes it from the document tree. Otherwise, it does nothing.

Категории