开发者

location of first visible pixel in window? (jquery)

开发者 https://www.devze.com 2022-12-24 17:47 出处:网络
I dont\'t know how to put that, but I need y coordinates of the first pixel that is visible in window when I scroll do开发者_StackOverflow社区wn.

I dont't know how to put that, but I need y coordinates of the first pixel that is visible in window when I scroll do开发者_StackOverflow社区wn.

thanks, Mladen


Should be scrollTop:

$(window).scrollTop();
0

精彩评论

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