Scroll to Top

Size
1,932 Kb
Views
20,240

How do I make an scroll to top?

What is a scroll to top? How do you make a scroll to top? This script and codes were developed by Jeremy P. Beasley on 20 September 2022, Tuesday.

Scroll to Top Previews

Scroll to Top - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Scroll to Top</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a class="button">this is the button</a> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Scroll to Top - Script Codes CSS Codes

body { background: green url(http://www.releasedonkey.com/big/MV5BMTMzNzcwMzE2OV5BMl5BanBnXkFtZTcwNzUxNDAxMw/picture-of-bill-murray-and-richard-dreyfuss-in-what-about-bob-1991--large-picture.jpg) no-repeat top center;
}
.button { background: green; color: white; padding: 15px; position: relative; top: 2000px; cursor: pointer;
}

Scroll to Top - Script Codes JS Codes

$( document ).ready(function() {
$( ".button" ).click(function() { window.scrollTo(0,0); // or smooth /*$("html, body").animate({ scrollTop: 0 }, "slow"); return false; */
});
});
Scroll to Top - Script Codes
Scroll to Top - Script Codes
Home Page Home
Developer Jeremy P. Beasley
Username jeremypbeasley
Uploaded September 20, 2022
Rating 3
Size 1,932 Kb
Views 20,240
Do you need developer help for Scroll to Top?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jeremy P. Beasley (jeremypbeasley) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!