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

c# - Roxy file manager in MVC doesn't accept session path -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

java - Ajax call to jsp and jsp redirecting to further jsp -