标签: jquery select
thumbnail

jquery select大小怎么设置

在jQuery中,可以使用.css()方法来设置元素的大小。 可以使用.width()方法来设置元素的宽度,例如: $("#myElement").width(200); 可以使用.heigh……