The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
Equal Height Columns
jQuery Equal Column Heights
This jQuery plugin sets the height of selected elements equal to the height of the highest element.
Any number of elements can be passed.
The various configuration options include specified column height, minimum and maximum column heights, the ability to animate the height changes and the ability to apply the plugin to (and filter) the selected element's children.
API
children : false ($.equalHeightColumns.defaults.children)- Apply plugin to element's child nodes. Pass a selector to filter the element's child nodes.
height : 0 ($.equalHeightColumns.defaults.height)- Set the height that all of passed elements should be.
minHeight : 0 ($.equalHeightColumns.defaults.minHeight)- Set the minimum height all of the elements should be.
maxHeight : 0 ($.equalHeightColumns.defaults.maxHeight)- Set the maximum height all of the elements should be.
speed : 0 ($.equalHeightColumns.defaults.speed)- Speed of the element's height change animation.
Download from the website: http://www.jainaewen.com/files/javascript/jquery/equal-height-columns/
