DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsDocumentFragment  >   settings_applications[[Prototype]]

DOM

  • account_tree
  • bug_report

Methods

객체(object) 또는 인터페이스(interface)에서 확장(상속) 가능한 프로토타입 메소드를 나타낸다.

하위 트리 탐색

  • append()

    DocumentFragment 객체의 마지막 요소 뒤에 새로운 Node 객체 또는 문자열 세트를 삽입한다.

  • getElementById()

    현재 DocumentFragment 객체의 하위 요소를 대상으로 지정된 id 애트리뷰트와 일치하는 요소를 반환한다.

  • prepend()

    DocumentFragment 객체의 첫 번째 요소 앞에 새로운 Node 객체 또는 문자열 세트를 삽입한다.

  • querySelector()

    DocumentFragment 객체의 하위 Element 객체를 대상으로 지정된 CSS 선택기 세트와 첫 번째로 일치하는 요소를 반환한다.

  • querySelectorAll()

    DocumentFragment 객체의 Element 객체를 대상으로 지정된 CSS 선택기 세트와 일치하는 모든 요소를 NodeList로 반환한다.

  • replaceChildren()

    DocumentFragment 객체의 기존 하위 노드를 지정된 새 노드로 대체한다.

지원 웹브라우저