diff --git a/js/jQuery.mobile.js b/js/jQuery.mobile.js index 8b9dc7de..a60a72d4 100644 --- a/js/jQuery.mobile.js +++ b/js/jQuery.mobile.js @@ -274,7 +274,7 @@ $el.find('input[type=radio],input[type=checkbox]').customCheckboxRadio(); $el.find('button, input[type=submit], input[type=reset], input[type=image]').customButton(); - $el.find('input[type=text],input[type=number],input[type=password],textarea').customTextInput(); + $el.find('input[type=text],input[type=number],input[type=tel],input[type=url],input[type=email],input[type=password],textarea').customTextInput(); $el.find("input, select").filter('[data-role="slider"]').slider(); $el.find('select').not('[data-role="slider"]').customSelect();