Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 887 Bytes

File metadata and controls

32 lines (24 loc) · 887 Bytes

jquery.equal-height

Project is deprecated!

This project has been deprecated!

jQuery Plugin for getting and setting the min-height of given elements to the highest calculated value.

Usage

<div class="equal-container">
  <div class="equal">short</div>
  <div class="equal">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto veritatis reiciendis repellendus autem aspernatur asperiores nihil unde? Laborum cumque inventore nemo eum ab debitis adipisci a obcaecati nesciunt commodi doloribus.</div>
  <div class="equal">short</div>
</div> <!-- equal-container -->
$('.equal-container').each(function() {
  $(this).find('.equal').equalheight();
});

Installation

bower install jquery.equal-height