Js nodeType property is fully resolved

  • 2020-03-29 23:44:37
  • OfStack

Definition and usage
The nodeType attribute returns the nodeType of the selected node.

Grammar:
ElementNode. NodeType
Node number: Node name: 1 Element 2 The Attribute 3 The Text 4 CDATA Section 5 The Entity Reference 6 The Entity 7 Processing Instrucion 8 The Comment 9 The Document 10 The Document Type 11 The Document fragments 12 Notation


Related articles: