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

首頁 > 語言 > JavaScript > 正文

jquery導航制件jquery鼠標經過變色效果示例

2024-05-06 15:56:57
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了jquery鼠標經過變色效果代碼,大家參考使用吧

復制代碼 代碼如下:


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>鼠標移到導航上面 當前的LI變色 處于當前的位置</title>
<style type="text/css">
ul,li{list-style:none;}
#nav li{display:inline-block;margin:0 5px;background:#ccc;padding:0 10px; line-height:24px;font-size:12px;float:left;}
#nav li.h_nav_over{background:red;color:#fff;}
#nav li.h_nav_over a{color:#fff;}
a{text-decoration:none;}

</style>
<script type="text/javascript" src="/jquery-1.10.2.min.js"></script>

<script type="text/javascript">
$(function(){
$("#nav>ul>li").mouseover(function(){
        $("#nav>ul>li").each(function(i){
            $(this).removeClass("h_nav_over");
        });
        $(this).addClass("h_nav_over");
    }).mouseout(function(){
        $(this).addClass("h_nav_over");
    });
});
</script>

</head>
<body>
<div>
     <ul>
        <li><a  href="http://www.survivalescaperooms.com" >首頁</a></li><li><a  href="http://www.survivalescaperooms.com/a/" >品牌商機</a></li>
        <li><a  href="http://www.survivalescaperooms.com/" >精品商機</a></li><li><a  href="http://www.survivalescaperooms.com/" >最新商機</a></li>
        <li><a  href="http://www.survivalescaperooms.com/" >投資考察會</a></li><li><a  href="http://www.survivalescaperooms.com/" >在線交流區</a></li>
     </ul>
</div>
</body>
</html>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 达州市| 清水河县| 抚顺县| 武陟县| 全椒县| 浮梁县| 休宁县| 龙井市| 文登市| 新建县| 花莲县| 利川市| 浙江省| 仁寿县| 奉节县| 三穗县| 唐海县| 资溪县| 五家渠市| 腾冲县| 镇远县| 报价| 如东县| 黄梅县| 德州市| 玉田县| 宝兴县| 山东省| 沁水县| 谢通门县| 葵青区| 惠来县| 元氏县| 吉林省| 中西区| 会宁县| 万州区| 尼玛县| 商南县| 巍山| 兴义市|