remove()

Type : public method

Support : 1.0

Return : -

  • Style Property 삭제.

Methods

  • remove( el, property ) : Objectver 1.0~

    • el : Element
      대상 개체
    • property : String
      삭제할 style property, "z-index" 표기법

Example

var el = $B( document ).selector( '.node' );
var propObj = $B.style.remove( el, 'background-color' );