tFoot tFoot returns the table's TFOOT element. Syntax th_el = table.tFoot Parameters tf_el is a HTMLTableSectionElement. Example if (table.tFoot == my_foot) { ... } Notes This property returns VOID if no TFOOT element exists. Specification tFoot
tFoot returns the table's TFOOT element.
th_el = table.tFoot
tf_el is a HTMLTableSectionElement.
if (table.tFoot == my_foot) { ... }
This property returns VOID if no TFOOT element exists.
tFoot