Skip to Content
Menu
This question has been flagged

Hi Odooers, I am trying to add a goto top button on Form View, 

alert($(".myclass").scrollTop());

Every Time i get 0 in return. It is not getting the position of vertical scroll. checked on different divs.

here is the screenshot https://prnt.sc/r02oev 

Avatar
Discard
Author Best Answer

I solved it by

$(".o_content").scrollTop(300);
Avatar
Discard
Related Posts Replies Views Activity
0
Mar 15
4955
0
Mar 15
5021
2
May 25
3742
0
Sep 24
1130
0
Jun 24
1222