Created
October 22, 2013 10:16
-
-
Save springcome/7098227 to your computer and use it in GitHub Desktop.
선택된 텍스트 가져오기, javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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