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>