Same height Jquery Plugin




Plugin will adjust the height

This plugin can adjust the height of the box these are existing in same row. plugin check the y position of the box and adjust the height for boxes at same y positon. div box in same container can use same selector class. suggest to use different class name for nested level boxes

Lorem Ipsum is si

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining

Nested Level

Lorem Ipsum is simply dummy text of the printing and typesetting
Lorem Ipsum is
Lorem Ipsum is simply dummy text of the printing and typesetting industry
Read More

Lorem Ipsum is si

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining It has survived not only five centuries, but also the leap into electronic typesetting, remaining It has survived not only five centuries, but also the leap into electronic typesetting, remaining It has survived not only five centuries, but also the leap into electronic typesetting, remaining

Nested Level

Lorem Ipsum is simply dummy text
Lorem Ipsum is
Lorem Ipsum is simply dummy
Read More

Lorem Ipsum is si

Lorem Ipsum is simply dummy text
Read More

Lorem Ipsum is si

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining
Read More

Lorem Ipsum is si

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard
Read More

Lorem Ipsum is si

Read More




Code Preview

<script type="text/javascript">
   $(".same-height").adjustHeight();
   //if you need min height for the box 2
   $(".same-height").adjustHeight({minHeight:200});
</script>