Igualar alturas de divisiones - Trucos CSS

Anonim
var maxHeight = 0; $("div").each(function()( if ($(this).height() > maxHeight) ( maxHeight = $(this).height(); ) )); $("div").height(maxHeight);