0

Hi I am using codemirror for textarea. I want to copy conent of textarea to clipbord, i want to javascript or jquery scipt support for all major browser.

<textarea name="code" id="text_1" cols="30" rows="10"></textarea>
<script>
$("#text_1").click(function(){

    // required code for copy text in  clipbord 
});

0 Answers0