jQuery.equalHeights icon indicating copy to clipboard operation
jQuery.equalHeights copied to clipboard

Simple equal heights jQuery plugin

Results 3 jQuery.equalHeights issues
Sort by recently updated
recently updated
newest added

hi. i try to use plugin but i have some problem - selected objects` jQuery('.pg-csv-box').equalHeights(); `have real max height 291px but plugin returns 316px because objects with margin and padding....

Please, add $( window ).resize(function() to make it compatible with responsive.

Noticed that all divs were getting the tallest div no matter what row, wrote this so that it gets the tallest div in that row only. This could also be...