国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

鼠標懸浮顯示二級菜單效果的jquery實現

2019-11-20 13:59:03
字體:
來源:轉載
供稿:網友

1.布局:

<div class="show"> <img src="~/images/head_icon.png" /> <div class="drop" style=" display:none; z-index:80000" id="profileMenu"> <ul> <li> <a class="pass" style="cursor: pointer" href='#'> <span>修改密碼</span> </a> </li> <li> <a class="quit" style="cursor: pointer" href='#' ><span>退出</span></a> </li> </ul> </div> </div>

2.js控制:

function dropMenu(obj) { $(obj).each(function () { var theSpan = $(this); var theMenu = theSpan.find(".drop"); var tarHeight = theMenu.height(); theMenu.css({ height: 0, opacity: 0 }); var t1; function expand() { clearTimeout(t1); //theSpan.find('a').addClass("selected"); theMenu.stop().show().animate({ height: tarHeight, opacity: 1 }, 200); } function collapse() { clearTimeout(t1); t1 = setTimeout(function () { // theSpan.find('a').removeClass("selected"); theMenu.stop().animate({ height: 0, opacity: 0 }, 200, function () { $(this).css({ display: "none" }); }); }, 250); } theSpan.hover(expand, collapse); theMenu.hover(expand, collapse); }); } 
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 恩平市| 南平市| 东宁县| 湘乡市| 玛沁县| 九龙城区| 延吉市| 衡南县| 英山县| 土默特左旗| 天镇县| 温州市| 阳江市| 棋牌| 津南区| 澜沧| 共和县| 乐陵市| 安义县| 乌兰县| 梁山县| 余姚市| 永福县| 永吉县| 获嘉县| 新和县| 江津市| 武城县| 密云县| 民县| 义马市| 肥城市| 黑山县| 成安县| 拉萨市| 汕头市| 峨眉山市| 伊春市| 营山县| 屯留县| 瓦房店市|