【问题标题】:jquery datepicker position above text field文本字段上方的jquery datepicker位置
【发布时间】:2015-12-29 15:41:02
【问题描述】:

我想将 datepicker(jquery 和 jquery UI 主题)日历保留在文本字段上方,因为目前如果 datepicker 日历位于文本字段下方,那么在移动设备上,虚拟键盘会覆盖所有日历。

【问题讨论】:

  • 你可以试试orientation: "bottom auto"param

标签: jquery html datepicker


【解决方案1】:

你可以改变css文件

类似的东西

.ui-datepicker {
    position: relative !important;
    top: -290px !important;
    left: 0 !important;
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-03-15
    • 1970-01-01
    • 2012-04-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多