Equalize Div with Jquery

Equalize Div with Jquery
var maxHeight = 0;

  jQuery(".wprevpro_t1_DIV_2").each(function(){
     if (jQuery(this).height() > maxHeight) { maxHeight = jQuery(this).height(); }
  });

  jQuery(".wprevpro_t1_DIV_2").height(maxHeight);

screen69

Leave a Reply

Your email address will not be published. Required fields are marked *