Answer the question
In order to leave comments, you need to log in
How to remove scrolling to a block without changing the url?
Implemented scrolling, when you click on one block, it will scroll to another.
var el = $(this).attr('href');
$('html, body').animate({
scrollTop: $(el).offset().top - 50
}, 1500);
return false;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question