亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

點擊導航后,當前導航的顏色變色

點擊導航后,當前導航的顏色變色

liujiachang 2016-07-26 11:52:43
http://www.xianlaiwan.cn/wenda/save就跟慕課網這個網址的頭部導航一樣,點擊某個菜單后,該菜單的背景色變為灰色,能否講下這個效果的原理,或者有源碼就更好啦,謝謝各位大神啦~
查看完整描述

4 回答

?
blovetu

TA貢獻319條經驗 獲得超234個贊

<!DOCTYPE?html>
<html>
<head>
????<meta?charset="UTF-8">
????<title>Document</title>
????<style>
????????nav?ul?{
????????????padding:?0;
????????????list-style:?none;
????????}
????????nav?ul?li?{
????????????text-decoration:?none;
????????????width:?70px;line-height:?50px;
????????????text-align:?center;
????????????float:?left;
????????????background-color:?#000;
????????????color:?#fff;
????????????cursor:?pointer;}
????????.gray?{background-color:?rgba(0,0,0,0.6);}
????</style>
</head>
<body>
????<nav>
????????<ul>
????????????<li>首頁</li>
????????????<li>實戰</li>
????????????<li>路徑</li>
????????????<li>猿問</li>
????????????<li>手記</li>
????????</ul>
????</nav>
????<script?type="text/javascript">
????????$("nav?li").click(function(){
????????????$(this).addClass("gray").siblings().removeClass("gray");
????????})
????</script>
</body>
</html>

$("nav?li").click(function(){
? ? ?$(this).addClass("gray").siblings().removeClass("gray");
?})

一句搞定

自己引一個jQuery庫就行

查看完整回答
1 反對 回復 2016-07-26
  • 4 回答
  • 4 關注
  • 3317 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號