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

Function toSelector

dist-module/jquery.slim.module.js:815–823  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

813};
814
815function toSelector( tokens ) {
816 var i = 0,
817 len = tokens.length,
818 selector = "";
819 for ( ; i < len; i++ ) {
820 selector += tokens[ i ].value;
821 }
822 return selector;
823}
824
825// Multifunctional method to get and set values of a collection
826// The value/s can optionally be executed if it's a function

Callers 3

findFunction · 0.70
matcherFromTokensFunction · 0.70
selectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected