var $test3 = $(document).height() - $(document).scrollTop(); console.log($test3); if ($test3 < 600){ console.log('YES!'); $('#qw').hide(); }