Why do you want this to happen when you hover over the mouse? I am not sure if ZeroClipboard supports this.
, , ZeroClipboard, . clip.setText. "" . jQuery, DOM.
, :
var cpCode = $('.cp-code');
cpCode.each(function()
{
clip = new ZeroClipboard.Client();
clip.glue($(this)[0]);
clip.setText($(this).html();
});
, , , . , , , , , , DOM , clip.setText jQuery.