/Auto-Resize-Column-Height

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

Primary LanguageJavaScript

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.