单击外部时日历未关闭

时间:2012-10-09 05:59:14

标签: jquery ipad datepicker jquery-ui-datepicker

我有以下codepicker代码:

$(".datepicker").datepicker({
        showOn: "button",
        buttonImage: "/Content/images/calendar.png",
        buttonImageOnly: true,
        buttonText:"Calendar",
        beforeShow: function (textbox, instance) {
            instance.dpDiv.css({
                marginTop: (-textbox.offsetHeight) + 'px',
                marginLeft: textbox.offsetWidth + 'px'
            });
        },
        minDate: 0
    });

在iPad上(在Galaxy Tab上一切正常)的问题,当点击日历它没有关闭时。怎么解决这个问题?

1 个答案:

答案 0 :(得分:0)

尝试将UIPicker的属性设置为“setHidden:YES”