似乎无法在我的简单 Meteor 剪贴板应用程序中使用 zclip:http: //commandc.meteor.com
我认为我在流星如何加载 jquery、zclip 和复制脚本方面遗漏了一些东西,所以我将所有内容都移到了 html 中并使用了外部资源。尽管如此,复制不起作用。非常相似的代码在这里工作:http: //jsbin.com/uladis/7/edit
PS:我知道我在复制正确元素的文本而不是所有 p 标签时遇到了另一个问题。还不担心这个。
编辑:使用下面的 Akshat 方法会为每个副本实例提供此异常:
Exception from Meteor._atFlush: TypeError: Object [object Object] has no method 'zclip'
at Object.Template.copy.rendered (http://localhost:3000/command-c.coffee.js?78eccd42fde3d566da961e73c1ab9f4ad83a4e26:18:35)
at Spark.createLandmark.rendered (http://localhost:3000/packages/templating/deftemplate.js?91fdd4353cca922f7a59ff593d000211c2857c84:125:44)
at http://localhost:3000/packages/spark/spark.js?c202b31550c71828e583606c7a5e233ae9ca50e9:386:32
at Array.forEach (native)
at Function._.each._.forEach (http://localhost:3000/packages/underscore/underscore.js?47479149fe12fc56685a9de90c5a9903390cb451:79:11)
at http://localhost:3000/packages/spark/spark.js?c202b31550c71828e583606c7a5e233ae9ca50e9:384:7
at http://localhost:3000/packages/deps/deps-utils.js?f3fceedcb1921afe2b17e4dbd9d4c007f409eebb:106:13
at http://localhost:3000/packages/deps/deps.js?1df0a05d3ec8fd21f591cfc485e7b03d2e2b6a01:71:15
at Array.forEach (native)
at Function._.each._.forEach (http://localhost:3000/packages/underscore/underscore.js?47479149fe12fc56685a9de90c5a9903390cb451:79:11)