MCPcopy Create free account
hub / github.com/unconed/TermKit / root

Function root

HTML/external/jquery-ui/development-bundle/jquery-1.5.1.js:5341–5346  ·  view source on GitHub ↗
( elem, cur )

Source from the content-addressed store, hash-verified

5339});
5340
5341function root( elem, cur ) {
5342 return jQuery.nodeName(elem, "table") ?
5343 (elem.getElementsByTagName("tbody")[0] ||
5344 elem.appendChild(elem.ownerDocument.createElement("tbody"))) :
5345 elem;
5346}
5347
5348function cloneCopyEvent( src, dest ) {
5349

Callers 1

jquery-1.5.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected