如何使用jquery或javascript复制到textarea的剪贴板内容?

时间:2014-11-04 06:53:05

标签: javascript jquery codemirror

您好我正在使用codemirror for textarea。我想将textarea的conent复制到clipbord,我希望javascript或jquery scipt支持所有主流浏览器。

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

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

0 个答案:

没有答案