“Onload Set Roll Scroll on Top of Page JQuery” Respostas de código

Onload Set Roll Scroll on Top of Page JQuery

$(document).ready(function(){
    $(this).scrollTop(0);
});
Ankur

Onload Set Roll Scroll on Top of Page JQuery

window.onbeforeunload = function () {
  window.scrollTo(0, 0);
}
Ankur

Respostas semelhantes a “Onload Set Roll Scroll on Top of Page JQuery”

Perguntas semelhantes a “Onload Set Roll Scroll on Top of Page JQuery”

Mais respostas relacionadas para “Onload Set Roll Scroll on Top of Page JQuery” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código