Advertisement
Guest User

To Top

a guest
Aug 19th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="fa-IR" dir="rtl">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>To Top</title>
  7. <!--[if lt IE 9]>
  8. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body style="height:5000px">
  12. <a style="position:fixed;bottom:20px" href="#top">برو بالا</a>
  13. <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
  14. <script>
  15. $('a[href=#top]').click(function(){$('body').animate({scrollTop: 0},4000);});
  16. </script>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement