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になると表示されます。