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

Function root

HTML/jquery.js:5798–5803  ·  view source on GitHub ↗
( elem, cur )

Source from the content-addressed store, hash-verified

5796});
5797
5798function root( elem, cur ) {
5799 return jQuery.nodeName(elem, "table") ?
5800 (elem.getElementsByTagName("tbody")[0] ||
5801 elem.appendChild(elem.ownerDocument.createElement("tbody"))) :
5802 elem;
5803}
5804
5805function cloneCopyEvent( src, dest ) {
5806

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected