开发者

saving the last reading position

开发者 https://www.devze.com 2023-01-12 09:19 出处:网络
I need to get and save the reading position of the posts in wordpress website for the user to continue reading from the same position, when he/she signs in again, I tried with scrolltop in jquery but

I need to get and save the reading position of the posts in wordpress website for the user to continue reading from the same position, when he/she signs in again, I tried with scrolltop in jquery but it is not cross browser compatible and gives different values in internet explorer, chrome and firefox, Is there a开发者_开发问答ny other way out


I believe offsetTop will help you. Since it is screen size independent.

See the link below :

Find position with JavaScript

0

精彩评论

暂无评论...
验证码 换一张
取 消