Home
last modified time | relevance | path

Searched refs:tbody (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/libxo/doc/_static/
H A Dbasic.css_t160 table.indextable > tbody > tr > td > ul {
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js1394 tbody: !div.getElementsByTagName( "tbody" ).length,
5737 wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
6363 if ( !jQuery.support.tbody ) {
6367 tbody = tag === "table" && !hasBody ? variable
6375 for ( j = tbody.length - 1; j >= 0 ; --j ) {
6376 if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
6377 tbody[ j ].parentNode.removeChild( tbody[ j ] );