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