same_height_jquery_plugin
v1.0.1
Published
adjust height of the boxes
Downloads
7
Readme
Readme It is easy to use. do as follow.
$(".same-height").adjustHeight();If you need minimum height for the boxes
$(".same-height").adjustHeight({minHeight:200});if boxes are located in one box
//inner come first
$(".inner-box").adjustHeight();
$(".box").adjustHeight();Please check Demo Page
