Skip to content

JQuery plugin to create collums with equal height that works with multiple rows and responsive design.

Notifications You must be signed in to change notification settings

JorisPhilipsen/JQueryEqualHeight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Equal Height Plugin

jQuery plugin to create collums with equal height that works with multiple rows and responsive design.

Why does the plugin exist?

If you can solve the problem described in here: http://css-tricks.com/fluid-width-equal-height-columns/ with css, please avoid my plugin.

I 'had to' create this plugin because it works with IE7&8 and the elements can have a variable height.

How it works

The plugin is really minimalistic, the only option your allowed to set is the responsive setting. The responsive setting is by default true.

$(".nameoftheelements").EqualHeight();

$(".nameoftheelements").EqualHeight({ responsive: false });

About

JQuery plugin to create collums with equal height that works with multiple rows and responsive design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published