Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
31 lines (19 sloc) 726 Bytes

thead - DOM interface API

The thead element

Current

HTMLTableSectionElement, as defined for tbody elements.

Table Usability

interface HTMLTableGroupElement : HTMLElement {
    readonly attribute HTMLCollection vectors;
    readonly attribute HTMLCollection headers;
    readonly attribute DOMString scope;
    readonly attribute long level;
};

HTMLTableGroupElement, defined in the colgroup elements.

Table Parser - WET 3.0 release

jQuery.data tblparser  {
    // Reference to the structure attached to the table element
}

HTML5 specification refer to the Editor's Draft dated of September 21 2012, $Revision 1.1998 $

Something went wrong with that request. Please try again.