location of first visible pixel in window? (jquery)
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();
精彩评论