i'm trying to produce a button or <a>
link that will act like a or it will ctrl+c the given <a>
on the specified <li>
. Like the "Copy" button on url shorteners like bit.ly. I just have no idea if this is done in jquery? Anyone have a copy of the code? Thanks a lot.鏈接將複製<a href> tag
0
A
回答
0
You need flash to copy something to the clipboard, because js is restricted for that matter (for security reasons). As you can see, bit.ly uses the same technique.
IE is the only browser, which is capable of pasting to the clipboard with javascript.
jQuery-Plugin, that uses the flash-fallback: http://www.steamdev.com/zclip/
相關問題
- 1. 在<a tag click
- 2. 複選框在<a href> tag
- 3. 鏈接無法在<a href> tag when content has .com inside
- 4. 如何從氚中的<a>鏈接獲得錨點(#tag)?
- 5. 使用<a href= > tag
- 6. 製作鏈接<a></a>可調內容
- 7. 從<a>鏈接
- 8. PHP str_replace <tag>東西 - 東西</tag>納入<a href="stuff">Stuff<a href="things">Things?
- 9. 檢索特定的鏈接值形式<a href> tag using php simple_html_dom.php
- 10. WP:上一篇/下一篇文章作爲鏈接<a> -tag
- 11. 如何替換所有文字鏈接並添加<a href> tag using php?
- 12. 如何使用<a href> tag
- 13. <a href> tag surrounding multiple elements somehow
- 14. 如何通過<a href tag
- 15. BootStrap DropDown on <a> tag without text
- 16. 如何對齊下<a href> tag?
- 17. tag =「value」and <tag> value</tag>
- 18. 將鏈接複製到
- 19. 關於php的動態鏈接<a href=""></a>
- 20. 如何從<a>鏈接</a>
- 21. 表中的超鏈接 - '<a href="">'.$row['username'].'</a>'
- 22. C++ <algorithm>:將地圖<A,B>複製到cout?
- 23. 如何用<tag></tag>替換[tag] [/ tag]?
- 24. 如何刪除<a href> Link Tag for a Specific Value using Jquery
- 25. 與<a>標記的鏈接?
- 26. XML添加<a>超鏈接
- 27. 錨<a> +鏈接到基礎URL
- 28. Jsoup解析鏈接<a href="www.abc.com">
- 29. PHP:PHP變量在html鏈接(<a>)
- 30. 點擊一個鏈接<a>
想要單擊一個按鈕或鏈接以將* what * text複製到* what * element?展示您的HTML,向我們展示您的JavaScript(嘗試很多):show us [*您嘗試過的*](http://whathaveyoutried.com/)。 –
@DavidThomas我認爲他想將文本複製到剪貼板中,而不是其他元素。 – Andy
我還沒有爲該功能做任何JavaScript,因爲我不知道它是否真的在JavaScript中完成。但是,這個想法就像http://bit.ly。 – jmc