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

5 lines
122 B
JavaScript
Raw Permalink Normal View History

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