色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

jquery如何獲取元素的高度和寬度?

錢浩然2年前11瀏覽0評論

答:jquery提供了多種方法來獲取元素的高度和寬度。

1. height()和width()方法

gargin的值。

```javascript

var height = $('.box').height();

var width = $('.box').width();

nerHeightnerWidth()方法

nerHeightnerWidthgargin的值。

```javascriptnerHeight();nerWidth();

3. outerHeight()和outerWidth()方法

gargin的值。

```javascript

var height = $('.box').outerHeight();

var width = $('.box').outerWidth();

4. outerHeight(true)和outerWidth(true)方法

gargin的值。

```javascript

var height = $('.box').outerHeight(true);

var width = $('.box').outerWidth(true);

需要注意的是,以上方法獲取的高度和寬度都是像素值,如果需要獲取其他單位的值,可以使用css()方法獲取元素的樣式值。