Answers for "how to find percentage of the height of website"

0

how to find percentage of the height of website

var scrollPercent = Math.round(100 * $(window).scrollTop() / ($(document).height() - $(window).height()));
Posted by: Guest on October-07-2020

Code answers related to "how to find percentage of the height of website"

Browse Popular Code Answers by Language