zclip を動作させようとしています:
jQuery(document).ready(function($){
$('.copy').zclip({
path:'http://www.steamdev.com/zclip/js/ZeroClipboard.swf',
copy:function(){return $('.macro').val();}
});
// The link with ID "copy-dynamic" will copy the current value
// of a dynamically changing input with the ID "dynamic"
});
今、私はこのエラーを受け取ります:
キャッチされていない TypeError: Object [object HTMLAnchorElement] has no method 'data' @ jquery.zclip.js 行 286
$(this.domElement).data('zclipId', 'zclip-' + this.movieId);