When I click on a specific button, I would like to scroll to the div “ProgrameBlock20”
$("#TimeSection1").click(function() {
$('#lstprog').animate({
scrollTop:$('#ProgramBlock20').offset().top},
'slow'); // doesn't work
var pos = $('#ProgramBlock19').position();
console.log(pos); // Works fine
})
But when I click on button (#TimeSection1), nothing happens
ScrollTop
Hello,
I have a problem with ScrollTop, I would like scroll to a specific div:
Example:
This is the html code:
When I click on a specific button, I would like to scroll to the div “ProgrameBlock20”
But when I click on button (#TimeSection1), nothing happens
Do you know why?
Thanks
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio