我正在尝试在 Windows Phone 8 的 PhoneGap 应用程序上使用 jQuery Mobile。
目前,该应用程序使用运行良好的 jQuery Mobile 1.2.0 (jquery.mobile-1.2.0.min)。但是,在 1.3.0 中引入了过渡支持,因此我计划升级到该版本。但是,当我更新到 jQuery Mobile 1.3.1 (jquery.mobile-1.3.1.min) 时,输入框无法以与它们相同的方式呈现。
我不是 HTML 开发人员,所以我不太了解,原始代码不是我编写的。下面是输入框的代码:
<label for="lumpsum">Current lump sum savings, if any ($)</label>
<input type="number" pattern="[0-9]*" name="lumpsum" id="lumpsum" value="2000" style="width:50%" required/><br>
区别:-
如果需要任何其他信息,请告诉我。