Harold Sánchez Balaguera
Results
1
issues of
Harold Sánchez Balaguera
I have this settings: ``` javascript var element = '.copyLink', path = '/-js/libs/jquery/ZeroClipboard.swf'; $(element).zclip({ path: path, copy: function() { return $(this).find('.copy-text').text(); }, beforeCopy: function () { console.log('test'); }, afterCopy: function()...