MCPcopy Create free account
hub / github.com/LearnBoost/drawback / root

Function root

plugins/flot/jquery.js:531–536  ·  view source on GitHub ↗
( elem, cur )

Source from the content-addressed store, hash-verified

529 return this;
530
531 function root( elem, cur ) {
532 return table && jQuery.nodeName(elem, "table") && jQuery.nodeName(cur, "tr") ?
533 (elem.getElementsByTagName("tbody")[0] ||
534 elem.appendChild(elem.ownerDocument.createElement("tbody"))) :
535 elem;
536 }
537 }
538};
539

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected