0

我正在寻找适用于手机的 jQuery UI 滑块来优化价格。

我试过这些:http ://www.aspdotnet-suresh.com/2013/03/4-jquery-price-range-slider-example.html

我也试过这些:http ://www.jquery4u.com/plugins/4-jquery-mobile-price-sliders-range-select/

它们在我的电脑上运行良好,但在我的手机上运行很差。

有什么建议么?

代码示例:

$("#mySlider").slider({
  value: 2,
  min: 1,
  max: 3,
  step: 1,
  slide: function(event, ui) {
    cameramen = ui.value;
    return calcTotal();
  }
});
4

0 回答 0