Advertisement
Guest User

Untitled

a guest
May 16th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.16 KB | None | 0 0
  1. (".copy-btn").click(function(){
  2.    $(this).zclip({    
  3.         path:'js/ZeroClipboard.swf',
  4.         copy:$(this).prev('.copiedText').text()
  5.     });
  6.  });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement