Advertisement
bongzilla

Untitled

Jul 6th, 2022
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <script>
  2. $(document).ready(function(e) {
  3. $(document.body).css("overflow", "hidden");
  4.  
  5. $(".start-anim").on("click", function(e) {
  6. $(document.body).css("overflow", "");
  7. });
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement