Skip to content

Find the largest element content and set all elements in the same row to the same height.

License

Notifications You must be signed in to change notification settings

jdnumm/jquery-autoheight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

© BLACKTREES

jQuery AutoHeight

Find the largest element content and set all elements in the same row to the same height. Try the example.html and resize your Browser to see the dynamic adjustment.

Install

bower install jquery-autoheight

Basic usage

Load jQuery the plugin and style your elements.

<div>
  <div class="box">Lorem ipsum dolor sit amet, consectetuer adipiscing elit...</div>
  <div class="box">Lorem ipsum dolor sit amet...</div>
  ...
</div>

Now you can use the Plugin like this.

$('.box').AutoHeight()

About

Find the largest element content and set all elements in the same row to the same height.

Resources

License

Stars

Watchers

Forks

Packages

No packages published