JavaScript table object method: deleteTHead()
[this page | pdf | back links]
The deleteTHead() method of the JavaScript
DOM object
corresponding to the HTML <table> element
removes the <thead>
element from the table.
It has the following
syntax with no parameters:
object.deleteTHead()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)