[jQuery] jQuery 要素の高さと幅の設定と取得
height/width, innerHeight/innerWidth, outerHeight/outerWidth
[markdown]
JavaScript逆引きレシピ jQuery対応
posted with amazlet at 16.07.07
山田 祥寛
翔泳社
売り上げランキング: 220,864
翔泳社
売り上げランキング: 220,864
See the Pen How to get element size in jQuery by DriftwoodJP (@DriftwoodJP) on CodePen.
## 補遺
> * [jQuery: 要素の高さ/幅を設定/取得するには?(height/width/innerHeight/innerWidth/outerHeight/outerWidth) – Build Insider](http://www.buildinsider.net/web/jqueryref/009)
>
> 任意の要素に対して幅/高さを設定/取得する方法を解説。また、height/width、innerHeight/innerWidth、outerHeight/outerWidthメソッドの使い分け方法も説明する。
[/markdown]