亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

jquery實(shí)現(xiàn)手風(fēng)琴展開效果

 更新時(shí)間:2022年07月08日 15:54:28   作者:小小小菜鳥1997  
這篇文章主要為大家詳細(xì)介紹了jquery實(shí)現(xiàn)手風(fēng)琴展開效果,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

本文實(shí)例為大家分享了jquery實(shí)現(xiàn)手風(fēng)琴展開效果的具體代碼,供大家參考,具體內(nèi)容如下

手風(fēng)琴模式實(shí)現(xiàn)方式:

dom層代碼:

<div class="accordionWrap">
? ? ? ? <div class="wrap">
? ? ? ? <div class="title">
? ? ? ? ? ? <span>內(nèi)容一</span>
? ? ? ? ? ? <span class="arrow slideTog"></span>
? ? ? ? </div>
? ? ? ? <div class="accordionCon">
? ? ? ? ? ? <div>
? ? ? ? ? ? ? ? <p>錦瑟無端五十弦,一弦一柱思華年。</p>
? ? ? ? ? ? ? ? <p>莊生曉夢(mèng)迷蝴蝶,望帝春心托杜鵑。</p>
? ? ? ? ? ? ? ? <p>滄海月明珠有淚,藍(lán)田日暖玉生煙。</p>
? ? ? ? ? ? ? ? <p>此情可待成追憶?只是當(dāng)時(shí)已惘然。</p>
? ? ? ? ? ? </div>
? ? ? ? ? ? <div class="moreCon" style="display:none">
? ? ? ? ? ? ? ? <p>相見時(shí)難別亦難,東風(fēng)無力百花殘。</p>
? ? ? ? ? ? ? ? <p>春蠶到死絲方盡,蠟炬成灰淚始干。</p>
? ? ? ? ? ? ? ? <p>曉鏡但愁云鬢改,夜吟應(yīng)覺月光寒。</p>
? ? ? ? ? ? ? ? <p>蓬山此去無多路,青鳥殷勤為探看。</p>
? ? ? ? ? ? </div>
? ? ? ? </div>
? ? ? ? </div>
? ? ? ? <div class="wrap">
? ? ? ? ? ? <div class="title">
? ? ? ? ? ? ? ? <span>內(nèi)容一</span>
? ? ? ? ? ? ? ? <span class="arrow slideTog"></span>
? ? ? ? ? ? </div>
? ? ? ? ? ? <div class="accordionCon">
? ? ? ? ? ? ? ? <div>
? ? ? ? ? ? ? ? ? ? <p>錦瑟無端五十弦,一弦一柱思華年。</p>
? ? ? ? ? ? ? ? ? ? <p>莊生曉夢(mèng)迷蝴蝶,望帝春心托杜鵑。</p>
? ? ? ? ? ? ? ? ? ? <p>滄海月明珠有淚,藍(lán)田日暖玉生煙。</p>
? ? ? ? ? ? ? ? ? ? <p>此情可待成追憶?只是當(dāng)時(shí)已惘然。</p>
? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? <div class="moreCon" style="display:none">
? ? ? ? ? ? ? ? ? ? <p>相見時(shí)難別亦難,東風(fēng)無力百花殘。</p>
? ? ? ? ? ? ? ? ? ? <p>春蠶到死絲方盡,蠟炬成灰淚始干。</p>
? ? ? ? ? ? ? ? ? ? <p>曉鏡但愁云鬢改,夜吟應(yīng)覺月光寒。</p>
? ? ? ? ? ? ? ? ? ? <p>蓬山此去無多路,青鳥殷勤為探看。</p>
? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? </div>
? ? ? ? </div>
? ? ? ? <div class="wrap">
? ? ? ? ? ? <div class="title">
? ? ? ? ? ? ? ? <span>內(nèi)容一</span>
? ? ? ? ? ? ? ? <span class="arrow slideTog"></span>
? ? ? ? ? ? </div>
? ? ? ? ? ? <div class="accordionCon">
? ? ? ? ? ? ? ? <div>
? ? ? ? ? ? ? ? ? ? <p>錦瑟無端五十弦,一弦一柱思華年。</p>
? ? ? ? ? ? ? ? ? ? <p>莊生曉夢(mèng)迷蝴蝶,望帝春心托杜鵑。</p>
? ? ? ? ? ? ? ? ? ? <p>滄海月明珠有淚,藍(lán)田日暖玉生煙。</p>
? ? ? ? ? ? ? ? ? ? <p>此情可待成追憶?只是當(dāng)時(shí)已惘然。</p>
? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? <div class="moreCon" style="display:none">
? ? ? ? ? ? ? ? ? ? <p>相見時(shí)難別亦難,東風(fēng)無力百花殘。</p>
? ? ? ? ? ? ? ? ? ? <p>春蠶到死絲方盡,蠟炬成灰淚始干。</p>
? ? ? ? ? ? ? ? ? ? <p>曉鏡但愁云鬢改,夜吟應(yīng)覺月光寒。</p>
? ? ? ? ? ? ? ? ? ? <p>蓬山此去無多路,青鳥殷勤為探看。</p>
? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? </div>
? ? ? ? </div>
</div>

css代碼:

?.accordionWrap{
? ? width: 218px;
? ? background:#1890ff;
? ? border-radius: 4px;
? ? position:absolute;
? ? left: 10px;
? ? top: 50px;
? ? padding: 10px;
? ? box-sizing: border-box;
? ? .wrap{
? ? ? ? line-height: 18px;
? ? ?.title{
? ? ? ? span{
? ? ? ? font-size: 12px;
? ? ? ? font-family: SourceHanSansCN-Regular, SourceHanSansCN;
? ? ? ? font-weight: 400;
? ? ? ? color: #fff;
? ? ? ? ?}
? ? ? ? ? ?.arrow{
? ? ? ? ? ? width: 12px;
? ? ? ? ? ? height: 7px;
? ? ? ? ? ? background:url("../img/arrow.svg") no-repeat;
? ? ? ? ? ? background-size: 100% 100%;
? ? ? ? ? ? float:right;
? ? ? ? ? ? margin-top: 5px;
? ? ? ? ? ? transform: rotate(180deg);
? ? ? ? ? ? cursor: pointer;
? ? ? ? ? ? transition: all 0.5s;
? ? ? ? }
? ? ? ?.slideTogExchange {
? ? ? ? ? ? width: 12px;
? ? ? ? ? ? height: 7px;
? ? ? ? ? ? background: url('../img/arrow.svg') no-repeat;
? ? ? ? ? ? background-size: 100% 100%;
? ? ? ? ? ? float:right;
? ? ? ? ? ? margin-top: 10px;
? ? ? ? ? ? cursor: pointer;
? ? ? ? ? ? transform: rotate(0deg);
? ? ? ? ? }
? ? ?}
? ? ?.accordionCon{
? ? ? ? ?border-top: 1px dashed #45fff8;
? ? ? ? ?border-bottom: 1px solid #dddddd;
? ? ? ? p{
? ? ? ? font-size: 12px;
? ? ? ? font-family: SourceHanSansCN-Regular, SourceHanSansCN;
? ? ? ? font-weight: 400;
? ? ? ? color: #fff;
? ? ? ? }
? ? ? ? .moreCon{
? ? ? ? ? ? p{
? ? ? ? ? ? color: #45FFF8 !important;
? ? ? ? ? ? }
? ? ? ? }
? ? ? ? }
? ? }
?}

js操作dom的時(shí)候一定要注意層級(jí)之間的關(guān)系

?$(function () {
? ? // 點(diǎn)擊箭頭展開隱藏的內(nèi)容
? ? ?$(".slideTog").click(function () {
? ? ?var hasClass = $(this).hasClass('slideTogExchange')
? ? ? if (hasClass) {
$(this).parent().siblings('.accordionCon').children('.moreCon').slideUp()
?$(this).removeClass('slideTogExchange')
?} else { ? ? ? ? ? $(this).parent().siblings('.accordionCon').children('.moreCon').slideDown()
?$(this).addClass('slideTogExchange')
? ? ? ? ? ? } ? ? ? $(this).parents('.wrap').siblings('.wrap').children('.accordionCon').children('.moreCon').slideUp().removeClass('slideTogExchange') ? ? $(this).parents('.wrap').siblings('.wrap').find('.slideTog').removeClass('slideTogExchange')
? ? ? ? });
? ? })

實(shí)現(xiàn)效果如下:

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論