MCPcopy Index your code
hub / github.com/jquery-validation/jquery-validation / methods.js

File methods.js

test/methods.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function methodTest( methodName ) {
2 var v = jQuery( "#form" ).validate(),
3 method = $.validator.methods[ methodName ],
4 element = $( "#firstname" )[ 0 ];

Callers

nothing calls this directly

Calls 8

methodTestFunction · 0.85
testCardTypeByNumberFunction · 0.85
acceptFileDummyInputFunction · 0.85
proxyFunction · 0.85
fileDummyInputFunction · 0.85
jQueryFunction · 0.50
doneFunction · 0.50

Tested by

no test coverage detected