MCPcopy Index your code
hub / github.com/frank-lam/fullstack-tutorial / getAll

Function getAll

notes/docsify/unpkg/gotop/jquery-2.1.0.js:4946–4954  ·  view source on GitHub ↗
( context, tag )

Source from the content-addressed store, hash-verified

4944}
4945
4946function getAll( context, tag ) {
4947 var ret = context.getElementsByTagName ? context.getElementsByTagName( tag || "*" ) :
4948 context.querySelectorAll ? context.querySelectorAll( tag || "*" ) :
4949 [];
4950
4951 return tag === undefined || tag && jQuery.nodeName( context, tag ) ?
4952 jQuery.merge( [ context ], ret ) :
4953 ret;
4954}
4955
4956// Support: IE >= 9
4957function fixInput( src, dest ) {

Callers 1

jquery-2.1.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…