MCPcopy Index your code
hub / github.com/JsAaron/jQuery / toSelector

Function toSelector

2.1.1/test/sizzle.js:1535–1543  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

1533};
1534
1535function toSelector( tokens ) {
1536 var i = 0,
1537 len = tokens.length,
1538 selector = "";
1539 for ( ; i < len; i++ ) {
1540 selector += tokens[i].value;
1541 }
1542 return selector;
1543}
1544
1545function addCombinator( matcher, combinator, base ) {
1546 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.70
matcherFromTokensFunction · 0.70
sizzle.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected