jquery-sync-height

jQuery plugin: normalize height of html elements


Keywords
same, height, jquery
License
GPL-2.0+
Install
npm install jquery-sync-height@0.1.0

Documentation

SyncHeight - jQuery Plugin

Normalizes the height of a set of elements given by jQuery selector. Takes the highest height of of all given elements and applies it to the others.

Release with Dependencies !!!

If you include the jquery.sync-height.min.js only, be sure jQuery is part of your Project.
You will get it here:

Install - Demo

  • Download
  • npm install

Run - Demo

  • node server.js
  • Open your browser at localhost:1234

Usage

  • Include jquery.sync-height.min.js into your Project
$('.container').syncHeight();

Contributors