mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
|
|
$(document).bind("mobileinit", function() {
|
||
|
|
$.mobile.page.prototype.options.keepNative = "select.should-be-native";
|
||
|
|
});
|
||
|
|
|