jQuery(document).ready(function() { jQuery("[href]").each(function() { if (this.href == window.location.href) { jQuery(this).addClass("active"); } }); });
Scroll to Top