Skip to content

Instantly share code, notes, and snippets.

@robcolburn
Created February 27, 2013 21:15
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 robcolburn/5051806 to your computer and use it in GitHub Desktop.
Save robcolburn/5051806 to your computer and use it in GitHub Desktop.
Just a text area
<style>html,body,textarea{margin:0;padding:0;border:0;width:100%;height:100%}</style>
<textarea></textarea>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.1/lodash.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment