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 プログレス バーに問題があり、サイズを変更できないようです。プログレスバー クラスの css に高さの値を追加しようとしましたが、高さではなく幅のみが変更されます。
ご回答ありがとうございます。
次のように.height()を使用するだけです。
$('#progressbar').height(100);
デモ: http://jsfiddle.net/zaHGG/