MCPcopy Index your code
hub / github.com/jquery/jquery / multipleContexts

Function multipleContexts

dist-module/jquery.module.js:2006–2013  ·  view source on GitHub ↗
( selector, contexts, results )

Source from the content-addressed store, hash-verified

2004}
2005
2006function multipleContexts( selector, contexts, results ) {
2007 var i = 0,
2008 len = contexts.length;
2009 for ( ; i < len; i++ ) {
2010 find( selector, contexts[ i ], results );
2011 }
2012 return results;
2013}
2014
2015function condense( unmatched, map, filter, context, xml ) {
2016 var elem,

Callers 1

setMatcherFunction · 0.70

Calls 1

findFunction · 0.70

Tested by

no test coverage detected