<script type="text/javascript">
window.onpageshow = function (event) {
if (event.persisted) {
window.location.reload();
}
};
</script>
'Develop > HTML & JavaScript & CSS' 카테고리의 다른 글
크롬 개발자모드 콘솔에서 jQuery 사용하는 방법 (0) | 2021.01.22 |
---|---|
jquery data, attr (0) | 2020.11.10 |
unix timestemp (0) | 2020.01.21 |
Date() 함수에서 날짜 형식 출력 하는 방법 (0) | 2019.12.19 |
ajax 배열 전송 ($.ajaxSettings.traditional) (0) | 2019.12.13 |