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
4064
0
Mar 15
4048
2
Dec 24
1123
0
Sep 24
125
0
Jun 24
289