Skip to content

Instantly share code, notes, and snippets.

@cho45
Last active June 9, 2016 03:40
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 cho45/e1087081357c7e1304a5795919873b60 to your computer and use it in GitHub Desktop.
Save cho45/e1087081357c7e1304a5795919873b60 to your computer and use it in GitHub Desktop.
aaaa
var text = document.body.textContent;
var text = document.body.innerText;
var text = $(document.body).text();
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<p>^^</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment