我有以下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上一切正常)的问题,当点击日历它没有关闭时。怎么解决这个问题?
答案 0 :(得分:0)
尝试将UIPicker的属性设置为“setHidden:YES”