<script src="js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery-equal-height.min.js"></script>
<script type="text/javascript">
function equal_height() {
// Equal Card Height
$('.jQueryEqualHeight1').jQueryEqualHeight();
// Equal Card Height and Text Height
$('.jQueryEqualHeight2').jQueryEqualHeight('.card .card-body .card-text');
$('.jQueryEqualHeight2').jQueryEqualHeight('.card');
// Equal Card Height, Text Height and Title Height
$('.jQueryEqualHeight3').jQueryEqualHeight('.card .card-body .card-title');
$('.jQueryEqualHeight3').jQueryEqualHeight('.card .card-body .card-text');
$('.jQueryEqualHeight3').jQueryEqualHeight('.card');
}
$(window).on('load', function(event) {
equal_height();
});
$(window).resize(function(event) {
equal_height();
});
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
