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

Function root

1.7/manipulation.js:365–370  ·  view source on GitHub ↗
( elem, cur )

Source from the content-addressed store, hash-verified

363});
364
365function root( elem, cur ) {
366 return jQuery.nodeName(elem, "table") ?
367 (elem.getElementsByTagName("tbody")[0] ||
368 elem.appendChild(elem.ownerDocument.createElement("tbody"))) :
369 elem;
370}
371
372function cloneCopyEvent( src, dest ) {
373

Callers 1

manipulation.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected