Guest User

Untitled

a guest
Sep 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // Menified Version of Smooth scrool Script given below:
  2.  
  3. (function(b){b("a").each(function(){var d=b(this),a=d.attr("href");if(a&&"#"==a.substr(0,1)){var e=a.substring(1),c=b("a[name="+e+"]"),a=b(a),c=c.length?c:a;c.length&&d.click(function(){b("body").animate({scrollTop:c.offset().top},400);return!1})}})})(jQuery);
Add Comment
Please, Sign In to add comment