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

Function markFunction

src/selector.js:213–216  ·  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

211 * @param {Function} fn The function to mark
212 */
213function markFunction( fn ) {
214 fn[ jQuery.expando ] = true;
215 return fn;
216}
217
218/**
219 * Returns a function to use in pseudos for input types

Callers 4

createPositionalPseudoFunction · 0.70
selector.jsFile · 0.70
setMatcherFunction · 0.70
matcherFromGroupMatchersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected