Skip to content

lenbradley/jQuery-heightEQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Height Equalizer Author: Len Bradley @ http://www.ninesphere.com Version: 1.3.1 Licensed under the MIT license

Usage:

Add to parent element to target first level child elements For example: $('div#parent').heightEQ();

Options:

minWindowWidth : This will stop the script from functioning if the current viewport is below specified width ( default : 0 ) selector : This is the selector relative to the parent element which heightEQ is defined ( default : '> *' ) renderDelay : The amount of time that is delayed until rendering restarts (in milliseconds) allMaxHeight : This option will force all elements to have the maximum height found

About

jQuery plugin to equalize the height of all child elements. Could be used for CSS generated columns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published