mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-21 12:51:51 +00:00
commit
004f67d384
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
|
|||
}
|
||||
|
||||
// trigger change if value changed
|
||||
if( oldIndex !== newIndex ){
|
||||
if( isMultiple || oldIndex !== newIndex ){
|
||||
select.trigger( "change" );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue