After I updated to TB2 my zClip code stopped working. Using TB 2.0.1 and zClip 
1.1.1 (http://www.steamdev.com/zclip/) plus jQuery 1.7.1.

Not seeing any errors in the console at load time or after clicking the link.

My use is for links that have TB tooltips (so the user see 'Click to copy' on 
hover):

<a href="#" id="fbLink" rel="tooltip" class="launchLinkUrl" 
data-original-title="Click to copy 
link">http://example-acme.localhost:8080/campaigns/1792?sourceType=fb</a>

$() JavaScript:

$('a.launchLinkUrl').zclip({
        path: '/images/other/ZeroClipboard.swf',
        copy: function() { return $(this).text(); },
});
$('a.launchLinkUrl').zclip('show');

Thanks!
Bill

Reply via email to