https://github.com/tredmann/jquery-same-height
https://github.com/tredmann/jquery-same-height
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tredmann/jquery-same-height
- Owner: tredmann
- Created: 2013-10-27T17:42:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-27T18:15:08.000Z (over 12 years ago)
- Last Synced: 2025-03-03T09:27:30.548Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)