replaceWith()

Type : public method

Support : 1.0

Return : Element

  • 대상 개체 교체.

Methods

  • replaceWith( selector ) : Elementver 1.0~

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

Example

$B( '#box' ).replaceWith( '.myNode' );