Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 27th, 2012  |  syntax: None  |  size: 0.47 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. zClip not copying specific ID's text
  2. <a class="copy-callbacks" id="coupon-code-copy-<?php echo $couponid ; ?>" href="#"><?php echo $info['coupon'] ; ?></a>
  3.        
  4. $(document).ready(function(){
  5.  
  6.     $("a.copy-callbacks").zclip({
  7.         path:'scripts/ZeroClipboard.swf',
  8.         copy: $('#' + myCopyID).text(),
  9.         beforeCopy:function(){
  10.             var myCopyID = $(this).attr("id");  
  11.         },
  12.         afterCopy:function(){
  13.         }
  14.     });
  15.  
  16. });
  17.        
  18. copy: $(this).text(),