基于jQuery實(shí)現(xiàn)收縮展開(kāi)功能
來(lái)源:易賢網(wǎng) 閱讀:1067 次 日期:2016-07-19 15:00:15
溫馨提示:易賢網(wǎng)小編為您整理了“基于jQuery實(shí)現(xiàn)收縮展開(kāi)功能”,方便廣大網(wǎng)友查閱!

本文實(shí)例向大家分享了一款基于jQuery實(shí)現(xiàn)收起展開(kāi)功能特效,供大家參考,具體內(nèi)容如下

效果圖:

名單

具體代碼:

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>jQuery實(shí)現(xiàn)收起展開(kāi)功能 - 何問(wèn)起</title><base target="_blank" />

<meta charset="utf-8" />

<style>

a{color:darkgreen}

.hovertreeContent{width:300px;text-indent:2em;margin:5px auto;height:60px;overflow:hidden;position:relative;border:1px solid silver;}

.hewenqiToggle{height:20px;background-color:#f0f0f0;border-top:1px solid silver;position:absolute;bottom:0px;width:100%;}

.triangle-down-hovertree { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 16px solid #999;position:absolute;right:0px;left:0px;margin:0px auto; top:2px;cursor:pointer;}

.triangle-up-hovertree { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 16px solid #999; position:absolute;right:0px;left:0px;margin:0px auto;top:2px; }

</style>

<script src="http://hovertree.com/ziyuan/jquery/jquery-1.12.1.min.js"></script>

</head>

<body>

<div style="width:730px;margin:0px auto;text-align:center;">

<h2>jQuery實(shí)現(xiàn)收起展開(kāi)功能</h2>

<a href="#">原文</a> <a href="#">首頁(yè)</a> <a href="#">特效</a>

</div>

<div class="hovertreeContent">

受到網(wǎng)店的影響,服裝店的生意逐漸有所下降,老板找何問(wèn)起去談,大概是準(zhǔn)備跟上網(wǎng)購(gòu)潮流,讓何問(wèn)起準(zhǔn)備一下,

要在網(wǎng)上開(kāi)網(wǎng)店,要為服裝店建立網(wǎng)站。

何問(wèn)起也沒(méi)說(shuō)自己經(jīng)驗(yàn)不足,只說(shuō)會(huì)積極準(zhǔn)備。于是抓緊時(shí)間查找資料,學(xué)習(xí)練習(xí)。

<div class="hewenqiToggle"><span class="triangle-down-hovertree"></span></div>

</div>

<script>

$(".hewenqiToggle").on("click", function () {

if ($(".hewenqiToggle").css('position') == "absolute") {

$(".hovertreeContent").height("auto");

$(".hewenqiToggle").css({ "position": "relative" });

$(".hewenqiToggle").find("span").removeClass('triangle-down-hovertree').addClass('triangle-up-hovertree');

}

else

{

$(".hovertreeContent").height("60");

$(".hewenqiToggle").css({ "position": "absolute" });

$(".hewenqiToggle").find("span").removeClass('triangle-up-hovertree').addClass('triangle-down-hovertree');

}

})

</script>

</body>

</html>

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家學(xué)習(xí)jquery程序設(shè)計(jì)有所幫助。

更多信息請(qǐng)查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:基于jQuery實(shí)現(xiàn)收縮展開(kāi)功能
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門(mén)公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國(guó)考·省考課程試聽(tīng)報(bào)名

  • 報(bào)班類(lèi)型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專(zhuān)用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專(zhuān)用圖標(biāo)