Ver original$(document).ready( function() { $(".div").mouseover( function() { $("#main").empty().append($(this).html()); }); });