jquery datepicker无法使用Windows Phone

时间:2013-08-15 05:33:29

标签: windows-phone-7 jquery-mobile cordova datepicker

jquery datepicker无法使用Windows Phone 7.它正在使用IE 9.在手机键盘中将显示而不是datepicker。

  <script>
    $(function() {
    $( "#from-date" ).datepicker();
    });
  </script> 

  <input type="text" name="departure" id="from-date" value=""  novalidate="true" />

0 个答案:

没有答案