contentHeight()

Type : public method

Support : 0.6

Return : Int

  • 대상 개체가 iframe일때, iframe에 컨텐츠가 로드된후의 컨텐츠 세로사이즈 반환.
    같은 도메인에서만 동작한다. 도메인이 다르면 0 반환.

Methods

  • contentHeight() : Intver 0.6~

Example

var iheight = $B( '#box iframe' ).contentHeight();