An open API service indexing awesome lists of open source software.

https://github.com/tredmann/jquery-same-height


https://github.com/tredmann/jquery-same-height

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# jQuery Same Height

This jQuery plugin is built to adjust the height of div elements in order to make them all the same height.

## How to use

Let's say we have three divs like this

...

...

...


To make them the same height we can use just this

$('.my_box').sameHeight();

Now all boxes should have the same height.

For more information and contact go to [http://www.tricd.de](http://www.tricd.de)

Demo: [jQuery Same Height Demo](http://www.tricd.de/demo/jquery-same-height.html)