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

Availability

DOM Level 1 HTML

Synopsis

void deleteCaption(  );

Description

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

    Team LiB   Previous Section   Next Section