x
<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js' type='text/javascript'></script>
<style type="text/css">
#originalpost {position: fixed; top: 10px; background: #00ad62; padding: 5px;}#originalpost a { color: #fff; text-decoration: none;}
pre{background:#ddd;margin:10px;padding:5px;font-family:consolas,monospace}
.copycode{transition:all 200ms ease-in}
.copycode{touch-callout:none;user-select:none;user-select:none;user-select:none;user-select:none;user-select:none;outline:0}
.copycode{position:absolute;display:inline-block;padding:6px 12px;font-size:13px;font-weight:bold;line-height:20px;color:#333;opacity:0;right:18px;white-space:nowrap;vertical-align:middle;cursor:pointer;background-color:#eee;background-image:linear-gradient(#fcfcfc,#eee);border:1px solid #00ad62;border-radius:3px;user-select:none;user-select:none;user-select:none;user-select:none;appearance:none}
.copycode:hover{background-color:#dcdcdc;background-image:none;border-color:#00ad62;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}
pre:hover .copycode{opacity:1}
</style><br /><br /><br />
<pre><code><script type='text/javascript'>
var postperpage=12;
var numshowpage=3;
var upPageWord =&#39;Previous&#39;;
var downPageWord =&#39;Next&#39;;
var urlactivepage=location.href;
var home_page=&quot;/&quot;;
</script>
</code></pre>
<script type="text/javascript">
$(document).ready(function(){var b=$("pre code"),a="<button class='copycode'>Copy</button>";b.before(a)});(function(a){a.fn.selectText=function(){var e=document;var c=this[0];console.log(this,c);if(e.body.createTextRange){var b=document.body.createTextRange();b.moveToElementText(c);b.select()}else{if(window.getSelection){var d=window.getSelection();var b=document.createRange();b.selectNodeContents(c);d.removeAllRanges();d.addRange(b);document.execCommand("Copy")}}};a.fn.removeRange=function(){if(window.getSelection){if(window.getSelection().empty){window.getSelection().empty()}else{if(window.getSelection().removeAllRanges){window.getSelection().removeAllRanges()}}}else{if(document.selection){document.selection.empty()}}}})(jQuery);$(document).ready(function(){$(".copycode").click(function(){var b=$(this).parent().find("code"),a=$(this),g="Copied",f=a.text();b.selectText();a.html(g);setTimeout(function(){a.html(f);b.removeRange()},1000)})});
</script>
<div id="originalpost"><a href="https://www.thichnet.com/2018/07/tao-button-copy-noi-dung-trong-khung-chua-code.html" target="_blank">Go to this Tutorial</a></div>