Advertisement
RyanFarley

AutoScroll to Form for Newgate

Nov 21st, 2022
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function() {
  2.     $([document.documentElement, document.body]).animate({
  3.         scrollTop: $("#donation-form").offset().top
  4.     }, 400);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement