Global found in valHook for select(get)
This commit is contained in:
parent
c864455ccf
commit
09c0cf995b
1 changed files with 2 additions and 1 deletions
|
@ -219,7 +219,8 @@ jQuery.extend({
|
||||||
},
|
},
|
||||||
select: {
|
select: {
|
||||||
get: function( elem ) {
|
get: function( elem ) {
|
||||||
var index = elem.selectedIndex,
|
var value,
|
||||||
|
index = elem.selectedIndex,
|
||||||
values = [],
|
values = [],
|
||||||
options = elem.options,
|
options = elem.options,
|
||||||
one = elem.type === "select-one";
|
one = elem.type === "select-one";
|
||||||
|
|
Loading…
Add table
Reference in a new issue