Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jquery-validation/jquery-validation
/ form
Method
form
test/custom-elements.js:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
this.internals_ = this.attachInternals();
8
}
9
get form() {
10
return
this.internals_ != null ? this.internals_.form : null;
11
}
12
get name() {
13
return
this.getAttribute(
"name"
);
14
}
Callers
4
error-placement.js
File · 0.80
test.js
File · 0.80
rules.js
File · 0.80
core.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected