JS(JQuery)

jquery 제이쿼리 반응형 화면 사이즈 변하면 새로고침

감마굥 2023. 10. 26. 11:22

반응형에서 창 크기 조절하면 새로고침 

$(window).resize(function(){
	location.reload();
});