mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added .value to the env impl.
This commit is contained in:
parent
89a9a747b6
commit
e155a6ae51
@ -296,6 +296,9 @@ var window = this;
|
||||
get type() { return this.getAttribute("type") || ""; },
|
||||
set type(val) { return this.setAttribute("type",val); },
|
||||
|
||||
get value() { return this.getAttribute("value") || ""; },
|
||||
set value(val) { return this.setAttribute("value",val); },
|
||||
|
||||
get src() { return this.getAttribute("src") || ""; },
|
||||
set src(val) { return this.setAttribute("src",val); },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user