mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
f656aebe3f
commit
809cc0f8d0
@ -618,7 +618,7 @@ return $.widget( "ui.selectmenu", {
|
||||
return {
|
||||
element: option,
|
||||
index: index,
|
||||
value: option.attr( "value" ),
|
||||
value: option.val(),
|
||||
label: option.text(),
|
||||
optgroup: optgroup.attr( "label" ) || "",
|
||||
disabled: optgroup.prop( "disabled" ) || option.prop( "disabled" )
|
||||
|
Loading…
Reference in New Issue
Block a user