【问题标题】:jQuery horizontal and vertical sliderjQuery水平和垂直滑块
【发布时间】:2013-07-15 23:23:42
【问题描述】:

喂,

我正在搜索水平和垂直的 jQuery 滑块,但我找不到任何东西 :( 例如,我希望有 4 张水平幻灯片,第二张幻灯片将有另一张垂直幻灯片。

有人知道这样的滑块吗?

提前致谢!

【问题讨论】:

标签: jquery slider


【解决方案1】:

看看那里:http://jqueryui.com/slider/#multiple-vertical

我希望它有效。

类似:

$( ".sliders" ).each(function() {
      // read initial values from markup and remove that
      var value = parseInt( $( this ).text(), 10 );
      $( this ).empty().slider({
        value: value,
        range: "min",
        animate: true,
        orientation: "vertical"
      });
    });
  });

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2016-10-07
    • 1970-01-01
    • 1970-01-01
    • 2019-05-07
    • 1970-01-01
    • 1970-01-01
    • 2015-01-06
    相关资源
    最近更新 更多