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/