https://sayemtutorial.blogspot.com/2020/05/click-to-copy-to-clipboard-with-custom.html
to add just copy
</body>
bodyr age dite hobe
tarpor nicer code ti copy kore
<style>code, pre, mark{-webkit-user-select:all !important;-khtml-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}
</style><script>//<![CDATA[
jQuery.fn.selectText=function(){this.find('input').each(function(){if($(this).prev().length==0||!$(this).prev().hasClass('p_copy')){$('<p class="p_copy" style="position: absolute; z-index: -1;"></p>').insertBefore($(this))}
$(this).prev().html($(this).val())});var doc=document;var element=this[0];console.log(this,element);if(doc.body.createTextRange){var range=document.body.createTextRange();range.moveToElementText(element);range.select();document.execCommand('copy')}else if(window.getSelection){var selection=window.getSelection();var range=document.createRange();range.selectNodeContents(element);selection.removeAllRanges();selection.addRange(range);document.execCommand('copy')}}
$('pre, code, mark').on('click', function(e) {
var selector = $(this);
$(selector).selectText();
e.preventDefault();
alert("Your Text is asuccessfully copied to clipboard");
});//]]></script>
ekhon jekono post e dite
<mark>ekhane apnar lekha likben</mark>
<pre>ekhane apnar lekha likben</Pre>
<code>ekhane apnar lekha likben</code>
<pre><code>ekhane apnar lekha likben</code></pre>
No comments:
Post a Comment