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
- Host: GitHub
- URL: https://github.com/zuf/jquery_fitheight
- Owner: zuf
- License: gpl-2.0
- Created: 2011-02-01T08:49:10.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-01T09:01:18.000Z (over 15 years ago)
- Last Synced: 2023-04-20T09:58:25.557Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE.txt
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.