分享一个 Bootstrap3 响应式的单页小站

所属分类:UI-布局

 40097  512  查看评论 (13)
分享到微信朋友圈
X
分享一个 Bootstrap3 响应式的单页小站 ie兼容10
相关插件-布局

实用的瀑布流

图片、块,瀑布流
  布局
 51344  462

jQuery bootstrap响应式网站模板

jQuery bootstrap响应式网站模板,单页网站简洁大气。
  布局
 27841  363

Bootstrap个人中心后台模板

Bootstrap个人中心后台模板
  布局
 82607  406

后台管理模板WrapBootstrap

基于Bootstrap和AngularJS的HTML后台管理模板
  布局
 92198  881

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

    nandianzi 0
    2019/3/8 10:15:05
    ever》 0
    2018/9/30 10:50:50
    谁买了分享一下呗
    回复
    0
    2018/7/3 16:26:16
    哎,单页要是不收钱就好了 回复
    青芒 0
    2017/7/19 8:03:17
    Lemon_H 0
    2016/12/26 22:12:31

    想知道导航栏那儿的效果是怎么实现的

        黑先生0
        2018/10/10 11:00:28
        $('a[href^="#"]').on('click', function(e) {
            e.preventDefault();
            $(document).off("scroll");
            $('a').each(function() {
                $(this).removeClass('active');
            })
            $(this).addClass('active');
            var target = this.hash;
            $target = $(target);
            $('html, body').stop().animate({
                'scrollTop': $target.offset().top
            }, 500, 'swing', function() {
                window.location.hash = target;
                $(document).on("scroll", onScroll);
            });
        });
    回复
    wenbuding 0
    2016/10/12 16:10:48
    SiriBen 0
    2016/10/2 17:10:53
    哎呀,像这种单页的分享能不能就别收币啦,我的个天啊 回复
    Du、 0
    2016/9/29 13:09:51
    SKY金 0
    2016/5/31 10:05:10
    Ethan 0
    2016/3/14 19:03:50
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复