Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created July 14, 2019 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingwithsara/c312000c52f958de4af1bf32789f3dc6 to your computer and use it in GitHub Desktop.
Save codingwithsara/c312000c52f958de4af1bf32789f3dc6 to your computer and use it in GitHub Desktop.
jQuery ScrollTop-3
<div id="scroll">&#9650;</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
$(function(){
/* Write jQuery Here. */
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment