
ZeroClipboard
用户昵称不能为空
想马儿跑又想马儿不吃草。情商很低怎么了
展开
-
ZeroClipboard 实现批量复制 的Javascript正确代码!
//Author: default7 function initCopy($o) { var text = $o.html(); if (text) { $o.attr('title', '点击复制 ' + text); new ZeroClipboard($o).on("copy", function (event) {原创 2014-08-11 16:15:36 · 2185 阅读 · 0 评论 -
ZeroClipBoard 兼容IE浏览器的 多个复制
一开始去ZeroclipBoard 官网下载最新版本(2.x),后来才发现根本就不支持IE浏览器,IE浏览器打开官网也是报错。 ZeroclipBoard 的git有一段说明: ZeroClipboard v2.x is expected to work in IE9+ and all of the evergreen browsers. Although support for IE7 &原创 2014-12-24 17:03:44 · 4515 阅读 · 1 评论