Skip to content

Instantly share code, notes, and snippets.

@prashnts
Created October 17, 2015 20:57
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 prashnts/22f9e493181433a5b9e4 to your computer and use it in GitHub Desktop.
Save prashnts/22f9e493181433a5b9e4 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