vokabuka/autoheight
Composer 安装命令:
composer require vokabuka/autoheight
包简介
Find the largest element content and set all elements in the same row to the same height.
README 文档
README
jQuery AutoHeight
Find the largest element content and set all elements in the same row to the same height. Try the example.html and resize your Browser to see the dynamic adjustment.
Install
bower install jquery-autoheight
Basic usage
Load jQuery the plugin and style your elements.
<div>
<div class="box">Lorem ipsum dolor sit amet, consectetuer adipiscing elit...</div>
<div class="box">Lorem ipsum dolor sit amet...</div>
...
</div>
Now you can use the Plugin like this.
$('.box').AutoHeight()
统计信息
- 总下载量: 8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-21