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

Function toSelector

2.0.3/Sizzle-annotation.js:1653–1661  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

1651 }
1652
1653 function toSelector(tokens) {
1654 var i = 0,
1655 len = tokens.length,
1656 selector = "";
1657 for (; i < len; i++) {
1658 selector += tokens[i].value;
1659 }
1660 return selector;
1661 }
1662
1663 //matcher为当前词素前的“终极匹配器”
1664 //combinator为位置词素

Callers 2

matcherFromTokensFunction · 0.70
selectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected