!
也想出现在这里? 联系我们
广告位

[代码样式]jQuery横向手风琴菜单

[代码样式]jQuery横向手风琴菜单

这是一个 jQuery 制作的横向手风琴菜单,当鼠标移动到某一项菜单上时,该菜单会展开,并变成彩色的。

使用方法

引入文件

<link rel="stylesheet" href="https://www.dowebok.com/css/ch3mical.css" rel="external nofollow" >
<script src="https://www.dowebok.com/js/jquery.min.js"></script>

HTML

<ul id="centerwell">
    <li id="behance">
        <h3><a href="https://www.dowebok.com/" rel="external nofollow"  target="_blank">Behance</a></h3>
        <p>Take a look at my portfolio, let me know whatcha think. </p>
    </li>
    <li id="flicker">
        <h3><a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank">Flicker</a></h3>
        <p>See what I've been up to with my camera.</p>
    </li>
    <li id="linkedin">
        <h3><a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank">LinkedIn</a></h3>
        <p>Hit me up, I'm always looking to make new connections.</p>
    </li>
    <li id="facebook">
        <h3><a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank">Facebook</a></h3>
        <p>I have to admit I check it at least once a day.</p>
    </li>
    <li id="twitter">
        <h3><a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank">Twitter</a></h3>
        <p>I'm more of a voyeur here, but when I do say something ...</p>
    </li>
    <li id="resume">
        <h3><a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank">Resume</a></h3>
        <p>Download in PDF format. References given upon request.</p>
    </li>
    <li id="email">
        <h3><a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow" >Email</a></h3>
        <p>pk@ch3mical.com</p>
    </li>
    <li id="contact">
        <h3><a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank">Contact</a></h3>
        <p>Phone: 248 760 6301<br>
            Location: Detroit, MI</p>
    </li>
</ul>

JavaScript

$(function() {
    var $centerwell_first = $('#centerwell li:first');
    $centerwell_first.animate({
        width: '318px'
    },
    300);
    $centerwell_first.find('h3').animate({
        backgroundPosition: '-72px'
    },
    300);
    $('#centerwell li').click(function() {
        window.open($(this).find('a').attr('href'));
    });
    $('#centerwell li').mouseenter(function() {
        if (!$(this).is(':animated')) {
            $(this).animate({
                width: '318px'
            },
            300).siblings().animate({
                width: '72px'
            },
            300);
            $(this).find('h3').animate({
                backgroundPosition: '-72px'
            },
            300).parent().siblings().find('h3').animate({
                backgroundPosition: '0px'
            },
            300);
        }
    });
});

[b2_file link="

百度网盘" name="jQuery横向手风琴菜单" pass="" code=""]

给TA打赏
共{{data.count}}人
人已打赏
脚本代码

[代码样式]jQuery时间轴/时光轴插件jqtimeline

2020-11-6 9:51:19

脚本代码

[代码样式]非常酷的jQuery手风琴插件gridAccordion

2020-11-6 9:51:21

下载说明

  • 1、微码盒所提供的压缩包若无特别说明,解压密码均为weimahe.com
  • 2、下载后文件若为压缩包格式,请安装7Z软件或者其它压缩软件进行解压;
  • 3、文件比较大的时候,建议使用下载工具进行下载,浏览器下载有时候会自动中断,导致下载错误;
  • 4、资源可能会由于内容问题被和谐,导致下载链接不可用,遇到此问题,请到文章页面进行反馈,以便微码盒及时进行更新;
  • 5、其他下载问题请自行搜索教程,这里不一一讲解。

站长声明

本站大部分下载资源收集于网络,只做学习和交流使用,版权归原作者所有;若为付费资源,请在下载后24小时之内自觉删除;若作商业用途,请到原网站购买;由于未及时购买和付费发生的侵权行为,与本站无关。本站发布的内容若侵犯到您的权益,请联系本站删除,我们将及时处理!
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索