Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个垂直滑块。有什么方法可以让处理程序从上到下工作吗?
$( ".dragscrollbar" ).slider({ orientation: "vertical" });
你需要这样做:
$( ".dragscrollbar" ).slider({ value: 100 });
如果您更改了最大值,只需更改它是否说 100 是您的新最大值