Skip to content

Instantly share code, notes, and snippets.

@springcome
Created October 22, 2013 10:16
Show Gist options
  • Select an option

  • Save springcome/7098227 to your computer and use it in GitHub Desktop.

Select an option

Save springcome/7098227 to your computer and use it in GitHub Desktop.
선택된 텍스트 가져오기, javascript
var selection_text = document.selection.createRange().text;
alert(selection_text);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment