closest()

Type : public method

Support : 0.6

Return : Element

  • 대상객체의 가장 가까운 조상 개체 반환.

Methods

  • closest( selector ) : Elementver 0.6~

    • selector : String
      매치시킬 Selector, "> or Space" 직계, 방계 검색은 지원하지 않는다.
      설정하게되면 Selector와 일치해야 개체 반환.

Example

var node = $B( '#box' ).closest( 'div[alt*=good]' );