我正在使用这个http://flowplayer.org/tools/demos/rangeinput/scrollbar.html(作为水平滚动条)
调整大小时使用:
$('.handle').css('width', 550+"px");
或者
$(".handle").width(550).click();
将手柄宽度从 800px 更改为 550px(使用 1000px 宽度滑块)后,手柄无法拖动到滑块的末尾。它停留在位置 200px ( 1000px - 800px )。
我如何调整处理程序的大小,而不限制他的移动?
是否也可以在 criation 之后更改输入最大值?
http://flowplayer.org/tools/demos/rangeinput/scrollbar.htm (独立版)