MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / multipleContexts

Function multipleContexts

notes/docsify/unpkg/gotop/jquery-2.1.0.js:2421–2428  ·  view source on GitHub ↗
( selector, contexts, results )

Source from the content-addressed store, hash-verified

2419};
2420
2421function multipleContexts( selector, contexts, results ) {
2422 var i = 0,
2423 len = contexts.length;
2424 for ( ; i < len; i++ ) {
2425 Sizzle( selector, contexts[i], results );
2426 }
2427 return results;
2428}
2429
2430function select( selector, context, results, seed ) {
2431 var i, tokens, token, type, find,

Callers 1

setMatcherFunction · 0.85

Calls 1

SizzleFunction · 0.85

Tested by

no test coverage detected