(function($) { function equalheight() { if( window.navigator.userAgent.indexOf( 'MSIE ' ) > 0 ) { return; } var maxHeight = 0; $('.fl-node- .pp-logos-wrapper .pp-logo').each(function(index) { if(($(this).find('.logo-image').outerHeight() + 0) > maxHeight) { maxHeight = $(this).find('.logo-image').outerHeight() + 0; } }); $('.fl-node- .pp-logos-wrapper .pp-logo').css('height', maxHeight + 'px'); return maxHeight; } $('.fl-node- .pp-logos-wrapper').imagesLoaded(function() { }); })(jQuery);