MCPcopy Index your code
hub / github.com/JsAaron/jQuery / root

Function root

1.6.1/src/manipulation.js:346–351  ·  view source on GitHub ↗
( elem, cur )

Source from the content-addressed store, hash-verified

344});
345
346function root( elem, cur ) {
347 return jQuery.nodeName(elem, "table") ?
348 (elem.getElementsByTagName("tbody")[0] ||
349 elem.appendChild(elem.ownerDocument.createElement("tbody"))) :
350 elem;
351}
352
353function cloneCopyEvent( src, dest ) {
354

Callers 1

manipulation.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected