MCPcopy Index your code
hub / github.com/frank-lam/fullstack-tutorial / createInputPseudo

Function createInputPseudo

notes/docsify/unpkg/gotop/jquery-2.1.0.js:939–944  ·  view source on GitHub ↗

* Returns a function to use in pseudos for input types * @param {String} type

( type )

Source from the content-addressed store, hash-verified

937 * @param {String} type
938 */
939function createInputPseudo( type ) {
940 return function( elem ) {
941 var name = elem.nodeName.toLowerCase();
942 return name === "input" && elem.type === type;
943 };
944}
945
946/**
947 * Returns a function to use in pseudos for buttons

Callers 1

jquery-2.1.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…