jQM datepicker没有正确样式,而且datepicker没有正确运行$ .datepicker({onSelect:function(){}})

时间:2014-04-10 10:36:52

标签: jquery jquery-mobile datepicker

问题#1

Fiddle日历(下方)未正确设置。谁能告诉我为什么?我已经看了几个小时了。

enter image description here

与下面的fiddle's相比。

enter image description here

两者都使用相同的外部文件:

  1. https://rawgithub.com/arschmitz/jquery-mobile-datepicker-wrapper/v0.1.1/jquery.mobile.datepicker.js
  2. https://rawgithub.com/jquery/jquery-ui/1.10.4/ui/jquery.ui.datepicker.js
  3. https://rawgithub.com/arschmitz/jquery-mobile-datepicker-wrapper/v0.1.1/jquery.mobile.datepicker.css
  4. http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js
  5. http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css
  6. http://code.jquery.com/jquery-1.9.1.js
  7. 问题#2

    第一个小提琴运行以下功能

    $(document).ready(function () {
        $("#date1").datepicker({
            onSelect: function () {
                alert("HAHA");
            }
        });
    });
    

    而第二小提琴却没有。

0 个答案:

没有答案