diff --git a/js/jQuery.mobile.js b/js/jQuery.mobile.js index 41ee6287..74e1b057 100644 --- a/js/jQuery.mobile.js +++ b/js/jQuery.mobile.js @@ -288,7 +288,6 @@ //replace HTML5 input types that have crap browser implementations $el.find('input').not('[type=text],[type=submit],[type=reset],[type=image],[type=button]').each(function(){ $(this).replaceWith( $( '
' ).html( $(this).clone() ).html().replace(/type="([a-zA-Z]+)"/, 'data-type="$1"') ); - }); $el.find('input[type=radio],input[type=checkbox]').customCheckboxRadio();