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

Function toSelector

dist-module/jquery.factory.module.js:820–828  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

818};
819
820function toSelector( tokens ) {
821 var i = 0,
822 len = tokens.length,
823 selector = "";
824 for ( ; i < len; i++ ) {
825 selector += tokens[ i ].value;
826 }
827 return selector;
828}
829
830// Multifunctional method to get and set values of a collection
831// 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