An open API service indexing awesome lists of open source software.

https://github.com/zuf/jquery_fitheight

jQuery plugin that helps fit dom-elements height by rows in a grid-like pettern
https://github.com/zuf/jquery_fitheight

Last synced: 9 months ago
JSON representation

jQuery plugin that helps fit dom-elements height by rows in a grid-like pettern

Awesome Lists containing this project

README

          

fitHeight plugin

Usage
Selected DOM Elements must use css float property.

$("#panel .box").fitMaxHeightByRow();
$("#content div").fitMaxHeight();

Note
Some browsers (Chrome 9 for example) doesn't care about height without "height" property.