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

Line 75: Line 75:
 
         }
 
         }
 
     });
 
     });
 +
    $("a[href^=#]").on("click", function() {
 
         var hash = this.href.substring(this.href.indexOf("#"));
 
         var hash = this.href.substring(this.href.indexOf("#"));
 
         if (hash.indexOf("#") == 0) {
 
         if (hash.indexOf("#") == 0) {
Line 80: Line 81:
 
             $("html, body").animate({scrollTop: $target.offset().top - $(".sub-header").height()}, "slow");
 
             $("html, body").animate({scrollTop: $target.offset().top - $(".sub-header").height()}, "slow");
 
         }
 
         }
 +
    });
 
});
 
});
 
</script>
 
</script>

Revision as of 00:59, 19 September 2015