- zClip not copying specific ID's text
- <a class="copy-callbacks" id="coupon-code-copy-<?php echo $couponid ; ?>" href="#"><?php echo $info['coupon'] ; ?></a>
- $(document).ready(function(){
- $("a.copy-callbacks").zclip({
- path:'scripts/ZeroClipboard.swf',
- copy: $('#' + myCopyID).text(),
- beforeCopy:function(){
- var myCopyID = $(this).attr("id");
- },
- afterCopy:function(){
- }
- });
- });
- copy: $(this).text(),