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
- ajax 사용 예시
- Oracle LISTAGG 사용 예시
- 모달
- 스크롤 이벤트 감지
- mysql if
- route
- egov spring ajax 사용 예시
- 호버
- angular modal
- summary
- scroll
- modal
- prisma
- Ionic modal
- 앵귤러 모달
- angular animation
- ApexChart
- 셀렉트박스 커스텀
- formgroup
- 아이오닉 스크롤 이벤트
- 앵귤러 애니메이션
- Router
- TAILWIND
- flex-1
- 스크롤 이벤트
- angular route
- 옵저버블
- angular button
- 검색
- Angular Router
Archives
- Today
- Total
목록쿠키 팝업 (1)
깜놀하는 해므찌로
JavaScript popUp 팝업 하루 닫기 feat.쿠키 Cookie
function closePopup(obj,divn,seq) { if ($(obj).prop("checked")) { if(divn == "p"){ // PC 버전 $.cookie(divn+"_popUpYn_"+seq, "N", 1); view_hide(divn,seq); } if(divn == "m"){ // Mobile 버전 $.cookie(divn+"_popUpYn", "N", 1); view_hide(divn); } } } 1. $.cookie(key, value, 값 유효 기간); 2. divn : PC / Mobile 판단 3. seq : 해당 팝업 창 고유 번호
IT
2022. 7. 6. 15:28