下载代码说明
X关闭

jquery.zclip.js 基于Jquery跨浏览器文本复制插件Zero Clipboard

当开发者需要对某局部文本进行点击复制效果时,在IE下实现比较简单。但要想做到跨浏览器比较困难了。Zero Clipboard 它利用 Flash 进行复制,所以只要浏览器装有 Flash 就可以运行,而且比IE的document.execCommand(“Copy”) 更加灵活。 Zero Clipboard 的实现原理 Zero Clipboard 利用 Flash 进
例一: 点击复制固定文本效果预览

文本源……

例二: 点击复制input表单文本效果预览:

This callback paragraph starts red...

Turns yellow before being copied...

Then turns green after being copied.

The link itself changes color; checkmark on complete.

点击这里查看在行动zClip回调函数。