jQuery實現(xiàn)個性翻牌效果導(dǎo)航菜單的方法
來源:易賢網(wǎng) 閱讀:734 次 日期:2015-03-11 15:05:35
溫馨提示:易賢網(wǎng)小編為您整理了“jQuery實現(xiàn)個性翻牌效果導(dǎo)航菜單的方法”,方便廣大網(wǎng)友查閱!

這篇文章主要介紹了jQuery實現(xiàn)個性翻牌效果導(dǎo)航菜單的方法,實例分析了jQuery操作animate、css及鼠標(biāo)事件的技巧,具有一定參考借鑒價值,需要的朋友可以參考下

本文實例講述了jQuery實現(xiàn)個性翻牌效果導(dǎo)航菜單的方法。分享給大家供大家參考。具體實現(xiàn)方法如下:

代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">

<html xmlns="">

<head>

<title>jQuery個性翻牌效果的導(dǎo)航菜單</title>

<meta http-equiv="content-type" content="text/html;charset=gb2312">

<style type="text/css">

ul,li{list-style:none;padding:0;margin:0;}

#btncell{width:300px;height:100px;border:1px solid #777;margin:50px auto;}

#btncell li{width:100px;float:left;height:50px;font-size:14px;text-align:center;line-height:28px;position:relative;z-index:1;}

#btncell li a{display:block;height:28px;border:2px solid #333;text-decoration:none;width:50px;background:#888;overflow:hidden;position:absolute;left:25px;top:10px;}

</style>

<script type="text/javascript" src="js/jquery1.3.2.js"></script>

<script language="javascript">

var nummove=0;

var numout=0;

$(function(){

$("#btncell li").hover(

function(){

if(nummove==0)

{

nummove=1;

$("a",this).animate({ height: "0px",top: "25px"}, 80,function(){nummove=0;});

$("a",this).animate({ height: "28px",top: "10px"}, 80);

$("a",this).css("background","yellow");

}

},

function(){

if(numout==0)

{

numout=1;

$("a",this).animate({ height: "0px",top: "25px"}, 80,function(){numout=0;});

$("a",this).animate({ height: "28px",top: "10px"}, 80);

$("a",this).css("background","#888");

numout=0;

}

}

)

$("#btncell li a").click(function(){

$(this).parents("li").css("z-index","2")

$(this).animate({ height: "558px",top: "-255px",width: "1000px",left: "-460px",opacity: 'toggle',lineHeight: '558px',fontSize: '500px'}, 1000);

$(this).animate({ height: "28px",top: "10px",width: "50px",left: "25px",opacity: 'toggle',lineHeight: '28px',fontSize: '12px'}, 400);

$(this).parents("li").css("z-index","1")

})

})

</script>

</head>

<body>

預(yù)覽效果時左下角會提示錯誤,而且看不到效果,刷新一下就可以看到效果了。<ul id="btncell">

<li><a href="#">1</a></li>

<li><a href="#">2</a></li>

<li><a href="#">3</a></li>

<li><a href="#">4</a></li>

<li><a href="#">5</a></li>

<li><a href="#">6</a></li>

</ul>

</body>

</html>

希望本文所述對大家的jQuery程序設(shè)計有所幫助。

更多信息請查看IT技術(shù)專欄

更多信息請查看腳本欄目
易賢網(wǎng)手機網(wǎng)站地址:jQuery實現(xiàn)個性翻牌效果導(dǎo)航菜單的方法
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇剩?/div>

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)