wrong value: $(window).height()

less than 1 minute read

$(window).height() gets the same value with $(document).height() , because I forgot to add <!DOCTYPE html>
Source

Updated: