Showing posts with label Clipboard. Show all posts
Showing posts with label Clipboard. Show all posts

Sunday, February 13, 2011

zClip

zClip is a lightweight jQuery "copy to clipboard" plugin built using the popular Zero Clipboard library. This plugin uses an invisible Adobe Flash movie that is fully compatible with Flash Player 10 and below.

http://www.steamdev.com/zclip/

Monday, June 14, 2010

Javascript: Copy To Clipboard Cross Browser

Writing Cross-Browser Dynamic HTMLIf you use any script for syntax highlighting, you'll see most of them has "copy to clipboard" feature. This is a fascinating thing done with Javascript.
  1.  Copy to clipboard is very easy in Internet Explorer
  2.  Flash solution for other browsers
  3.  Zero Clipboard: A Javascript library for copy to clipboard functionality
http://www.deluxeblogtips.com/2010/06/javascript-copy-to-clipboard.html