Skip to content

Instantly share code, notes, and snippets.

@ryanrhymes
Created September 12, 2014 21:32
Show Gist options
  • Save ryanrhymes/99c6a0a0f8b46639623e to your computer and use it in GitHub Desktop.
Save ryanrhymes/99c6a0a0f8b46639623e to your computer and use it in GitHub Desktop.
s = window.getSelection();
oRange = s.getRangeAt(0); //get the text range
oRect = oRange.getBoundingClientRect();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment