Advertisement
Guest User

ESEMPIO

a guest
Nov 21st, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.22 KB | None | 0 0
  1. $("a[href='#top']").click(function() {
  2.   $("html, body").animate({ scrollTop: 0 }, "fast");
  3. return false;
  4.   $("a[href='#down']").click(function() {
  5.   $("html, body").animate({ scroll-behavior: 0 }, "fast");
  6.  
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement