Always visible jQuery UI DatePicker

后端 未结 3 1054
悲&欢浪女
悲&欢浪女 2020-12-05 06:40

How can I use jQuery UI to display an always-visible datepicker widget?

3条回答
  •  既然无缘
    2020-12-05 06:45

     .ui-datepicker {
    z-index: 1000;
     width: 17em;
    width:500px;
    padding: .2em .2em 0;
    display: none;
    position: absolute;
    padding: 100px 20px;
    top: 100px;
    left: 50%;
    margin-top: -100px;
     } 
    

    i have overrided the style to the above one and now it works better

提交回复
热议问题