henbow / Auto-Resize-Column-Height

Set same height of DIV (or other HTML tags) column with jQuery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple jQuery plugin to set height of DIV (or other HTML tags) to height of DIV that has the maximum height.

Available options:

  • target: target element. Default value is 'div'.
  • bottomPadding: bottom padding of the container. Default value is 0.
  • animate: whether use animation or not. Default value is false.

About

Set same height of DIV (or other HTML tags) column with jQuery.


Languages

Language:JavaScript 100.0%