$ (window) .height () returns value equal to $ (document) .height ()

1

I have a very annoying problem.

I'm trying to get the "scrollBottom" page, using:

$(document).height() - ( $(this).scrollTop() + $(window).height() )

I then made a "tabelinha" to display the data on the screen, and tested on other websites (opening the site, and entering my code in the browser console):

asked by anonymous 04.03.2015 / 02:06

0 answers