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.
jquery UI のスライダー スクロールバーを使いたいです。
jquery UI サイトでは、水平スライダー スクロールバーの例のみを参照してください。
縦置きも可能ですか?
スライダーの方向プロパティを垂直に設定します。
$( "#YourHtmlControlId" ).slider({ value: 60, orientation: "horizontal", range: "min", animate: true });
このリンクを参照してください
スライダーを意味する場合は、次を割り当てます: orientation: 'horizontal'