Study/JQuery
[JQuery] 페이지 reload 시 스크롤 상단
성으니:)
2023. 11. 10. 17:49
$(window).on("beforeunload", function () {
$(window).scrollTop(0);
});