function equalHeight(group) { var tallest = 0; group.each(function() { var thisHeight = $(this).height(); if(thisHeight > tallest) { tallest = thisHeight; } }); group.height(tallest); } equalHeight($(“.equal-blocks”));
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Comment *
Δ
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Sign up to receive our latest articles and insights
Email Address