jquery-mobile/tests/unit/select/defineKeepNative.js

4 lines
122 B
JavaScript

$(document).bind("mobileinit", function() {
$.mobile.page.prototype.options.keepNative = "select.should-be-native";
});