mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Global found in valHook for select(get)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user