Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobleclem/jquery-autoheight
Set matching elements to the same height.
https://github.com/nobleclem/jquery-autoheight
javascript jquery
Last synced: 28 days ago
JSON representation
Set matching elements to the same height.
- Host: GitHub
- URL: https://github.com/nobleclem/jquery-autoheight
- Owner: nobleclem
- License: mit
- Created: 2014-10-07T20:40:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T16:44:16.000Z (over 6 years ago)
- Last Synced: 2024-03-15T23:03:34.759Z (10 months ago)
- Topics: javascript, jquery
- Language: JavaScript
- Homepage: http://springstubbe.us/projects/jquery-autoheight/
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jQuery Auto Height
=====================Set all matching elements to the same height.
## Demo
http://springstubbe.us/projects/jquery-autoheight/## Usage
```
$('.sameheight').autoHeight();
```
```
$('.sameheight').autoHeight({
minWidth : 400,
maxWidth : 800,
perRow : false,
skipHidden: true
});
```
*perRow will detect elements in a row and get/set their maxHeight as a group rather than all elements selected