【问题标题】:jquerymobile slider and broken step attributejquerymobile 滑块和断步属性
【发布时间】:2012-01-13 08:51:54
【问题描述】:

我遇到了一个非常奇怪的问题。两个小时以来,我一直在尝试像这里 http://jquerymobile.com/test/docs/forms/slider/ 那样制作滑块步骤,但它不起作用。

<label for="slider-0">Input slider:</label>
<input type="range" name="slider-1" id="slider-0" value="25" min="0" max="100" step="5" />

我想这一切都与不同的 jquerymobile 版本有关,但我使用的是页面 http://jquerymobile.com/download/ 中的默认代码

还是不行:(

甚至添加这个 (http://jquerymobile.com/demos/1.0/docs/pages/page-anatomy.html)

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js">

任何人都可以粘贴答案工作代码吗?

最好的问候

【问题讨论】:

    标签: javascript jquery-mobile


    【解决方案1】:

    此错误已在下面提到的最新版本的 JQuery 移动库中修复

    1)稳定版 - 1.0.1 http://jquerymobile.com/blog/2012/01/26/jquery-mobile-1-0-1-released/

    2) 不稳定的构建 - 1.1.0 RC1 http://jquerymobile.com/blog/2012/02/28/announcing-jquery-mobile-1-1-0-rc1/

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-06-02
      • 2016-10-26
      • 1970-01-01
      • 2018-09-21
      • 1970-01-01
      • 2019-07-23
      • 1970-01-01
      相关资源
      最近更新 更多