vokabuka/autoheight

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

Installs: 7 561

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 4

Language:JavaScript

dev-master 2018-05-21 08:57 UTC

This package is not auto-updated.

Last update: 2024-05-01 19:35:20 UTC


README

© 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()