jQuery滚动菜单插件Section Menu

所属分类:UI-滚动

 47529  320  查看评论 (2)
分享到微信朋友圈
X
jQuery滚动菜单插件Section Menu ie兼容9

jQuery插件创建一个侧面部分的菜单,您可以滚动到页面上的不同部分。

例子

HTML

1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
    <body>
        <section id="home" data-section-menu="Home">
            <p>Home</p>
        </section>
        <section id="about" data-section-menu="About">
            <p>About</p>
        </section>
        <section id="contact" data-section-menu="Contact">
            <p>Contact</p>
        </section>
    </body>
</html>


CSS

1
<link rel="stylesheet" href="assets/css/jquery.sectionmenu.css" />


Javascript

1
2
3
<script type="text/javascript" src="assets/js/jquery.fragmentscroll.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.sectionmenu.min.js"></script>
1
2
3
4
5
<script type="text/javascript">
$(window).load(function() {
    $('body').sectionMenu().fragmentScroll();
});
</script>


选项

1
2
3
4
5
6
7
8
9
10
11
12
$('body').sectionMenu({
    // Show title in the menu
    enableTitle: true,
    // Outer element
    element: 'nav',
    // Class and data- name
    class: 'section-menu',
    // Insert content before the menu
    insertBefore: '',
    // Insert content after the menu
    insertAfter: ''
});


相关插件-滚动

jquery逐条文字向上滚动

jquery逐条文字向上滚动效果
  滚动
 51638  428

jQuery滚轮控制轮播图上下切换(原创)

jQuery滚轮控制轮播图上下切换,简单实用
  滚动
 40383  341

jQuery自定义滚动条插件

支持IE9及以上,360,谷歌,火狐的自定义滚动条,可以设置滚动条的初始位置以及滚动条的颜色等
  滚动
 28060  316

jQuery无缝滚动信息牌滚动(原创)

无缝滚动,可以向上滚动和向左滚动,可以使用固定格式滚动,也可以是无固定格式滚动,文字图片都可以实现滚动
  滚动
 42529  375

讨论这个项目(2)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

      0
    2016/9/29 8:09:44
    Legend 0
    2014/12/8 18:03:29
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复