MCPcopy Create free account
hub / github.com/RutvijDv/Meet-Script / qe

Function qe

jquery.min.js:1791–1793  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

1789 je = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;
1790
1791 function qe(e, t) {
1792 return A(e, "table") && A(11 !== t.nodeType ? t : t.firstChild, "tr") && S(e).children("tbody")[0] || e
1793 }
1794
1795 function Le(e) {
1796 return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e

Callers 1

jquery.min.jsFile · 0.85

Calls 2

AFunction · 0.70
SFunction · 0.70

Tested by

no test coverage detected