Skip to content

Instantly share code, notes, and snippets.

@jotolo
Created June 27, 2022 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jotolo/be52dfbf74b89b1b10dec15bc12a309e to your computer and use it in GitHub Desktop.
Save jotolo/be52dfbf74b89b1b10dec15bc12a309e to your computer and use it in GitHub Desktop.
IE8 Node Enum
var Node = Node || {
ELEMENT_NODE: 1,
ATTRIBUTE_NODE: 2,
TEXT_NODE: 3
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment