Skip to content

Instantly share code, notes, and snippets.

@williandrade
Created March 5, 2015 12:30
Show Gist options
  • Save williandrade/79dd0a383944faedbf01 to your computer and use it in GitHub Desktop.
Save williandrade/79dd0a383944faedbf01 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/pusidu
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-git.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<textarea id="textArea1"></textarea>
<script id="jsbin-javascript">
$(function(){
window.clipboardData.setData('Text',str);
});
</script>
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-git.js"><\/script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<textarea id="textArea1"></textarea>
</body>
</html></script>
<script id="jsbin-source-javascript" type="text/javascript">$(function(){
window.clipboardData.setData('Text',str);
});</script></body>
</html>
$(function(){
window.clipboardData.setData('Text',str);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment