We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b73a75 commit 2efeafdCopy full SHA for 2efeafd
tests/unit/checkboxradio/checkboxradio_core.js
@@ -115,10 +115,11 @@
115
ok( $("#enhancetest").trigger("create").find(".ui-checkbox").length, "enhancements applied" );
116
});
117
118
- $.mobile.page.prototype.options.keepNative = "select.should-be-native";
+ $.mobile.page.prototype.options.keepNative = "input.should-be-native";
119
120
// not testing the positive case here since's it's obviously tested elsewhere
121
test( "checkboxradio elements in the keepNative set shouldn't be enhanced", function() {
122
+ console.log( );
123
ok( !$("input.should-be-native").parent().is("div.ui-checkbox") );
124
125
})(jQuery);
0 commit comments