(function($) { var fixedHeight = false; function equalheight() { if ( ! fixedHeight ) { return; } var maxHeight = 0; $('.fl-node- .pp-testimonial .pp-content-wrapper').each(function(index) { if(($(this).outerHeight()) > maxHeight) { maxHeight = $(this).outerHeight(); } }); $('.fl-node- .pp-testimonial .pp-content-wrapper').css('height', maxHeight + 'px'); }