jQuery Equal Height Div Plugin By Ayman Aboulnasr



The content of this firstElement is not much, yet it has the same height as the secondElement after applying the jQuery Equal Height Fix

This is the content of secondElement. As you may notice the content here is more than of firstElement and yet they still have the same height since the jQuery Equal Height Divs Fix was applied successfully

This is the content of secondElement. As you may notice the content here is more than of firstElement and yet they still have the same height since the jQuery Equal Height Divs Fix was applied successfully





Description:

Ever had 2 HTML Divs that you wish they would be just of the same height regardless of their content? Well, jQuery Equal Height Divs Plugin is the right solution for you then as it will calculate both divs' height and then examines which div is taller. Then it will assign the bigger height value to the shortest one.

The examined Divs don't have to be next to each other, they can be anywhere in the page.

Please make sure that both Divs have the same top/bottom padding and margin values.