if(key == "class"){ this._parent.className = value; }else if(key == "for"){ this._parent.htmlFor = value; }else if(this._parent.setAttribute){ this._parent.setAttribute(key, value); } return this;