MCPcopy Create free account
hub / github.com/components/jquery / multipleContexts

Function multipleContexts

jquery.js:2020–2027  ·  view source on GitHub ↗
( selector, contexts, results )

Source from the content-addressed store, hash-verified

2018}
2019
2020function multipleContexts( selector, contexts, results ) {
2021 var i = 0,
2022 len = contexts.length;
2023 for ( ; i < len; i++ ) {
2024 find( selector, contexts[ i ], results );
2025 }
2026 return results;
2027}
2028
2029function condense( unmatched, map, filter, context, xml ) {
2030 var elem,

Callers 1

setMatcherFunction · 0.70

Calls 1

findFunction · 0.70

Tested by

no test coverage detected