Difference between revisions of "Template:BNU-CHINA/article"

Line 74: Line 74:
 
             });
 
             });
 
         }
 
         }
 +
    });
 +
    $("a[href^=#]").on("click", function(e) {
 +
        var $target = $(a.attr["href"]);
 +
        $("html, body").animate({scrollTop: $target.offset().top - $(".sub-header").height()}, "slow");
 
     });
 
     });
 
});
 
});

Revision as of 00:43, 19 September 2015