$(".picture").attr("id","IDtooltip")
$(".picture").mouseover(function() { $(this).clone().appendTo("#tooltipStorag"); $("#tooltipStorag").show(); });