jquerymobile滑块和断步属性

时间:2012-01-13 08:51:55

标签: javascript jquery-mobile

我有一个非常奇怪的问题。由于两个小时我试图制作滑块步骤就像这里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">

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

最好的问候

1 个答案:

答案 0 :(得分:0)

此Bug已在下面提到的最新版JQuery Mobile Libraries中修复

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/