Please disregard, solved it myself. Just in case anyone was wondering the answer was to do as the ZeroClipboard wiki (but not the zClip site) says and put your element to be copied inside a div that has position: relative set.
Bill On Mar 7, 2012, at 2:42 PM, Bill Lazar wrote: > 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
