Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- usb efi 시스템 파티션 삭제
- bootstrap
- mod_security2 설치
- html pdf 변환
- 윈도우 mod_security2
- sha-2 root
- apple push notification service (apns) is changing
- mariadb upgrade
- (using password: YES)" when trying to connect
- 구글 OTP 인증
- httpd.conf 보안 설정
- 파라미터 & 오류
- 아파치 웹 서버의 정보 숨기기
- php 이미지 url 검증 함수
- javascript
- bootstrap modal
- wsl2 우분투에 docker 설치
- PHP 구글 OTP 인증
- group_concat 구분자
- 윈도우 환경 아파치 mod_security2 설치
- 숫자 3자리(천단위) 마다 콤마 찍기
- modsecurity 설치
- 비밀번호검증정규식
- PHP 구글 OTP 연동
- 비밀번호정규식
- php 배열제거
- PHP 정규식 예제
- mysqldump: Got error: 1045
- 자바스크립트비밀번호검증
- postfix 설치
Archives
- Today
- Total
투덜이 개발자
새로고침 감지 본문
반응형
// 새로 고침
const entries = performance.getEntriesByType("navigation")[0];
if (entries.type === "reload") {
console.log('새로고침');
}
반응형
'Program Language > JavaScript & Jquery' 카테고리의 다른 글
[javascript/select2] bootstrap select2 선택값 변경 (0) | 2023.09.13 |
---|---|
[bootstrap] ESC 또는 클릭 시 Modal 닫힘 방지 (0) | 2023.06.15 |
[자바스크립트] 정규표현식을 사용하여 태그만 제거하기 (0) | 2022.11.16 |
[JavaScript] IE 접속시 Edge 로 접속 알림창 띄우기 (0) | 2022.07.05 |
[JavaScript] JavaScript Serialize function (0) | 2022.06.27 |