Skip to content

Instantly share code, notes, and snippets.

@adelura
Last active August 29, 2015 14:08
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 adelura/3c8ece2746873e6df2b2 to your computer and use it in GitHub Desktop.
Save adelura/3c8ece2746873e6df2b2 to your computer and use it in GitHub Desktop.
temp
// So if I have something like this:
// <p>foo<i>baa</i> </p>
// Empty text node-^--
var a = getEmptyTextNodeInAboveP();
a.getIndex() // 2
a.getIndex( true ) // -1 ????
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment