jquery 菜單擴展

菜單效果圖:




$_this_type_height = $jq(this).find(".type-info").height();       //右側對應顯示的分類div高度
$_this_height = $jq(this).offset().top-$jq(document).scrollTop(); //獲取當前瀏覽頁的高度
$_total_height = $jq(this).height()+$jq(this).position().top;     //距離父div頂部的高度
$_this_height_all = $_this_height+$jq(this).height();             //左側菜單選項高度+瀏覽頁的高度總和
$_max_height = $jq(this).height()-($_this_type_height-$jq(this).position().top)-6; // 6 : 上下border佔用的高度
if ($_this_height > $jq(this).position().top){
	$_height = 0;
	if ($_total_height > $_this_type_height){
		$_height = $_max_height;
	}
}else if($_this_height_all > $_this_type_height){
	$_height = $_max_height;
}else if($_this_height <= 0){
	$_height = $jq(this).position().top + 1;
}else{
	$_height = $jq(this).position().top - $_this_height;
}
$jq(this).find(".type-info").css({"top":$_height,"margin-top":"-1px"});



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值