MCPcopy 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.jsFile · 0.80
test.jsFile · 0.80
rules.jsFile · 0.80
core.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected