Questions tagged [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.

Features:

  • Compatible with Flash 10
  • Avoids built in browser security conflicts by using a 3rd party browser plugin (Adobe Flash)
  • Invisible overlay, no interference with page design
  • Support for CSS ":hover" and ":active" states
  • Preserves the targeted element's "click" "mouseenter" and "mouseleave" events
  • Supplies callback functions for "before copy" and "after copy"
  • Extremely light weight! (~7KB minified)

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

115 questions
15
votes
2 answers

zclip not working inside table

I put my example code here http://jsfiddle.net/8epWm/2/ I want to enable zClip on an element inside a table and it's not working. Any ideas?
kiev
  • 2,040
  • 9
  • 32
  • 54
8
votes
3 answers

Can't get ZClip to work

I know it works even on this site but only when I trigger it via the h1 element, and I need to trigger it via an image (representing copy) but when I try it simply won't work. Here's my Javascript: $('#copyTxt').click(function(){ …
Tsundoku
  • 9,104
  • 29
  • 93
  • 127
7
votes
1 answer

Debugging jQuery and zclip plugin

Can anyone tell me why this code is not working? Link to zclip: http://www.steamdev.com/zclip/ Working example: http://jsfiddle.net/f4gZA/ Thanks in advance.