SameHeight - jQuery Plugin
Normalizes the height of a set of elements given by jQuery selector. Takes the highest height of of all given elements and applies it to the others.
Release with Dependencies !!!
If you include the jquery.same-height.min.js
only, be sure jQuery is part of your Project.
You will get it here:
Install - Demo
- Download
npm install
Run - Demo
node server.js
- Open your browser at
localhost:1234
Usage
- Include
jquery.same-height.min.js
into your Project
$('.container').sameHeight();
Contributors
- Patrick Gräf - graef685@googlemail.com