Skip to content

equalizeHeight is a plugin Jquery for recalculate de height of elements with float, keeping the layout consize.

Notifications You must be signed in to change notification settings

tapmorales/equalizeHeight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

equalizeHeight

by: Daniel Tapias Morales - @tapmorales

equalizeHeight is a plugin Jquery for recalculate de height of elements with float, keeping the layout consize.

This plugin was created in order to make layout concise when you is working with elements float into a container. It's very simple. Just write a single line in your code: $('container').children().equalizeHeight().

It is supposed that you have a container with several children float with specifc width. It is no needed to define a height for these children, because the plugin will fix them and your layout will be fine.

If you have a fluid container, it is interesting that you fix the height again whenever the user resize the window: $(window).resize(function(){ $('container').children().equalizeHeight(); })


Licença Creative Commons
O trabalho Plugin Jquery equalizeHeight de Daniel Tapias Morales foi licenciado com uma Licença Creative Commons - Atribuição - CompartilhaIgual 3.0 Brasil.

About

equalizeHeight is a plugin Jquery for recalculate de height of elements with float, keeping the layout consize.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published