MCPcopy Create free account
hub / github.com/JsAaron/jQuery / toSelector

Function toSelector

2.1.1/test/jquery-1.11.1.js:2092–2100  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2090};
2091
2092function toSelector( tokens ) {
2093 var i = 0,
2094 len = tokens.length,
2095 selector = "";
2096 for ( ; i < len; i++ ) {
2097 selector += tokens[i].value;
2098 }
2099 return selector;
2100}
2101
2102function addCombinator( matcher, combinator, base ) {
2103 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.70
matcherFromTokensFunction · 0.70
jquery-1.11.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected