首页

源码搜藏网

首页 > 网页特效 > jQuery特效 >

jQuery自动适应高度布局代码

创建时间:2014-06-26 08:16  

jQuery自动适应高度布局代码
jQuery自动适应高度布局代码
效果预览 立即下载

jQuery自动适应高度布局代码jQuery自动适应高度布局代码是一款设置height页面自动适应高度布局效果代码。jQuery自适应布局代码高度限制


<script type="text/javascript" src="js/AutoHeight.js"></script>
<script type="text/javascript">
$(document).ready(function(){
    $(".test1").AutoHeight({
AutoNum:3
//,AutoMinH:100
,AutoDeform:"li"
});
$(".test2").AutoHeight({
AutoNum:3
,AutoMinH:210
,AutoDeform:"li"
});
$(".test3").AutoHeight({
AutoNum:2
//,AutoMinH:100
,AutoDeform:"li"
});
});
</script>

上一篇:jQuery等高排列插件matchHeight
下一篇:jQuery弹出层登录页面表单

相关内容

热门推荐