javascript - height of page on scrolling -


How do I get the height of the page on the scroll?

Is it possible to determine how many users have scrolled the page and it determines the length of the cover.

I have tried:

  var scroll = $ wnd.scrollTop   

javascript But this is not giving results?

Am I doing this wrong?

Try using it.

  Public Fixed Country int getScrollTop () / * - {return $ wnd.pageYOffset; } - * /;   

For more information, take a look at

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -