【发布时间】: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">
任何人都可以粘贴答案工作代码吗?
最好的问候
【问题讨论】: