scroll to top
$("#scroll_icon").click(function()
{
jQuery('html,body').animate({scrollTop:0},2000);
})window.scroll({
top: 0,
left: 0,
behavior: 'smooth'
});window.scrollTo(x-coord, y-coord);// Select all »a« elements with a parent tag »nav« and add a function that is executed on click
$('#id a').on('click', function (e) {
// Define variable of the clicked »a« element (»this«) and get its href value.
var href = $(this).attr('href')
// Run a scroll animation to the position of the element which has the same id like the href value.
$('html, body').animate({
scrollTop: $(href).offset().top
}, '300')
// Prevent the browser from showing the attribute name of the clicked link in the address bar
e.preventDefault()
})
Also in JavaScript:
- saveas angular 6
- target all element besides the clicked one
- node js mongoose text index
- how to remove 000webhost watermark 2019
- javascript style
- javascript find a digit in str
- setinterval jquery
- append before parent jquery
- copy link to clipboard
- change dxform label angular
- devtools failed to load sourcemap when debugging react native
- disable yellow box react native
- jest simulate toggle switch react native
- javascript sum of number in object array
- how to print NODE_PATH
- Immediately-Invoked Function javascript
- javascript popup function
- comment in jsp file
- str_word_count php js
- get number of creeps screeps
- mongodb find like
- You seem to not be depending on "@angular/core" and/or "rxjs". This is an error.
- javascript interview questions in github
- loop in object javascript