mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-10 09:21:02 +00:00
segregate native and select
This commit is contained in:
parent
974e4d0801
commit
fd8fb03205
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* jQuery Mobile Framework : "selectmenu" plugin
|
||||
* jQuery Mobile Framework : custom "selectmenu" plugin
|
||||
* Copyright (c) jQuery Project
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
|
|
@ -393,7 +393,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
$( "select" ).live( "selectmenubeforecreate", function(){
|
||||
$( "select:jqmData(native-menu='false')" ).live( "selectmenubeforecreate", function(){
|
||||
$.extend( $( this ).data( "selectmenu" ), custom );
|
||||
});
|
||||
})( jQuery );
|
||||
|
|
|
|||
Loading…
Reference in a new issue