Match Height CSS and JS Example
A jQuery Library to Have Divs on the same Height. Simple Snippet of Code. Make Your Divs all the Same Height.
A known and used library for Match Height in jQuery.
Simply include the JS Script
<script src="jquery.matchHeight.js" type="text/javascript"></script>
And add the class .item to the items you want to equal in height.
$(function() {
$('.item').matchHeight(options);
});
Full Documentation: https://github.com/liabru/jquery-match-height