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