MCPcopy Index your code
hub / github.com/JsAaron/jQuery / createInputPseudo

Function createInputPseudo

2.0.3/2.0.3.js:1259–1264  ·  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

1257 * @param {String} type
1258 */
1259 function createInputPseudo( type ) {
1260 return function( elem ) {
1261 var name = elem.nodeName.toLowerCase();
1262 return name === "input" && elem.type === type;
1263 };
1264 }
1265
1266 /**
1267 * Returns a function to use in pseudos for buttons

Callers 1

2.0.3.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected