🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

sameheight is a lightweight and responsive jQuery equal height plugin which makes all the columns on the same row have the same height.

Equal-Height

Documentation

sameheight

simple jquery plugin: It makes every child section height size equal based on both highest and lowest length of child

Usages of V0.1:

  1. include sameheight.js in project file example : <script type="text/javascript" src="sameHeight.js"></script>
  2. find child under parent section and call the sameheight function. $(".parent").find(".child").sameHeight();
  3. By default it makes the height equal based on highest hight of the child. If you want to change the option then pass way option. $(".parent").find(".child").sameHeight({way: "min"});

You May Also Like