-1

I use jQuery price selector . the code in another pages work but in osclass not . the input tag in osclass will texbox in another page is normal . CSS and js files in both were declare.

<div class="layout-slider" style="width: 100%">
  Slider <span style="display: inline-block; width: 400px; padding: 0 5px;"><input id="Slider1" type="slider" name="price" value="30000.5;60000" /></span>  in string
</div>
<script type="text/javascript" charset="utf-8">
  jQuery("#Slider1").slider({ from: 1000, to: 100000, step: 500, smooth: true, round: 0, dimension: "&nbsp;$", skin: "plastic" });
</script>

</div>

Thanks

4

1 回答 1

0

您不包含jquery.slider.js在您的页面和/或 jqueryUI 库中。

于 2014-08-19T14:10:27.690 回答