【问题标题】:Datebox plugin remove the closebutton日期框插件删除关闭按钮
【发布时间】:2016-08-23 10:37:31
【问题描述】:

我正在使用来自here 的 jquerymobile 的 Datebox 插件,还要注意的是我正在使用 timeflipbox 模式。
我的问题是,是否可以移除 Timeflipbox 或 Timebox 左上角的关闭按钮( [X] )。

【问题讨论】:

    标签: html jquery-mobile jquery-plugins


    【解决方案1】:

    Demeter 的回答对 DateBox 的 Bootstrap 版本很有帮助。对于 jQuery Mobile 版本,CSS 选择器应该是

    .ui-datebox-container > a.ui-btn {
        display: none;
    }
    

    DEMO

    【讨论】:

      【解决方案2】:

      您可以使用 css 将其删除。只需将 display:none 添加到指定的类即可。

      <style type="text/css">
          .closer.glyphicon.glyphicon-remove.pull-left{display:none!important}
      </style>
      

      【讨论】:

      • 不幸的是,这对我不起作用:(。我会给你一个小提琴,但 datebox.js 链接没有 https cdn 链接..
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-05-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-07
      相关资源
      最近更新 更多