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

Function markFunction

dist-module/jquery.module.js:1291–1294  ·  view source on GitHub ↗

* Mark a function for special use by jQuery selector module * @param {Function} fn The function to mark

( fn )

Source from the content-addressed store, hash-verified

1289 * @param {Function} fn The function to mark
1290 */
1291function markFunction( fn ) {
1292 fn[ jQuery.expando ] = true;
1293 return fn;
1294}
1295
1296/**
1297 * Returns a function to use in pseudos for input types

Callers 4

createPositionalPseudoFunction · 0.70
jQueryFactoryFunction · 0.70
setMatcherFunction · 0.70
matcherFromGroupMatchersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected