MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / toSelector

Function toSelector

docs/_static/jquery-3.6.0.js:2387–2395  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2385};
2386
2387function toSelector( tokens ) {
2388 var i = 0,
2389 len = tokens.length,
2390 selector = "";
2391 for ( ; i < len; i++ ) {
2392 selector += tokens[ i ].value;
2393 }
2394 return selector;
2395}
2396
2397function addCombinator( matcher, combinator, base ) {
2398 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.85
matcherFromTokensFunction · 0.85
jquery-3.6.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected