MCPcopy Create free account
hub / github.com/jquery-validation/jquery-validation / constructor

Method constructor

test/custom-elements.js:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3 static observedAttributes = ["name", "id"];
4
5 constructor() {
6 super();
7 this.internals_ = this.attachInternals();
8 }
9 get form() {
10 return this.internals_ != null ? this.internals_.form : null;
11 }

Callers 6

jquery-3.1.1.jsFile · 0.80
jquery-1.9.1.jsFile · 0.80
jquery-1.8.3.jsFile · 0.80
jquery-1.11.1.jsFile · 0.80
jquery-1.7.2.jsFile · 0.80
jquery-4.0.0.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected