I have a problem about getting title attribute..
$('.copy_button').livequery(function(event){
    $(this).zclip({
        path:'http://togl.me/tema/flash/ZeroClipboard.swf',
        copy: $(this).attr("title")
    });
});
The livequery function is working but I can't get attr('title') to work. 
How can I solve this?
 
     
     
    