window.onload = function() { var height = $(".hotimg").height(); $(".hot").each(function () { $(".hotimg").height(height); }); };