match()

Type : public method

Support : 0.6

Return : Boolean

  • 대상객체가 해당 selector조건과 일치하면 true반환.

Methods

  • match( selector ) : Booleanver 0.6~

    • selector : String
      매치시킬 Selector, "> or Space" 직계, 방계 검색은 지원하지 않는다.

Example

var match = $B( node ).match( 'img[alt]' );// true or false