반응형 jquery63 jQuery 새 창에서 부모 창 새로 고침 팝업 창에서 부모 창 새로고침 jQuery를 사용하여 새 창(팝업 창)에서 부모 창을 새로고침하는 방법은 다음과 같습니다. 이 방법은 팝업 창이 부모 창과 동일한 도메인에서 열려 있을 때 작동합니다. 팝업 창에서 부모 창을 새로고침하려면 window.opener 객체를 사용할 수 있습니다. // 부모 창을 새로고침하는 코드if (window.opener && !window.opener.closed) { window.opener.location.reload(); // 부모 창 새로고침 window.close(); // 팝업 창 닫기 (선택 사항)} 설명window.opener: 팝업 창을 열어준 부모 창을 가리킵니다. 팝업 창에서 부모 창에 접근할 때 사용됩니다.window.opener.. 2024. 9. 2. 심플한 애니메이션 탭(Tab bar animation) 결과 이미지 HTML먼저 HTML 구조를 작성합니다: Tab 1 Tab 2 Tab 3 Tab 4 Content 1 Content 2 Content 3 Content 4 CSS탭과 애니메이션 효과를 위한 CSS를 작성합니다:/* styles.css */body { font-family: Arial, sans-serif;}.tab-container { position: relative; display: flex; justify-content: space-around; margin-bottom: 20px; border-bottom: 2px solid #ddd;}.. 2024. 8. 6. 심플한 웹사이트 세로 메뉴 만들기(소스 포함) 샘플이미지 HTML Home Services + Web Development SEO Marketing About Contact CSS (styles.css)body { font-family: Arial, sans-serif;}nav { width: 200px;}.vertical-menu { list-style-type: none; p.. 2024. 8. 6. 심플한 웹사이트 가로 메뉴 만들기(소스 포함) 샘플이미지 #html Home Services Web Development SEO Marketing About Contact #css(styles.css)body { font-family: Arial, sans-serif;}nav { background-color: #333; overflow: hidden;}.menu { list-style.. 2024. 8. 6. Toast Notification on Page Load Using JQuery #html / css / js #Author : Osaro Ochuko Adade #Toast Notification on Page Load Using JQuery #Notification / 알림 https://codepen.io/osaroadade/pen/oNXeNYE Toast Notification on Page Load Using JQuery Bootstrap toast notification with slide in animation using jquery.... codepen.io 2024. 2. 22. Simple jQuery Toast Notifications (Growl) #html / css(scss) / js #Author : Kieran Boyle #Simple jQuery Toast Notifications (Growl) #Notification / 알림 https://codepen.io/kieran/pen/ajLvjm Simple jQuery Toast Notifications (Growl) ... codepen.io 2024. 2. 22. Jquery Notification #html / css / js #Author : jhonsore #Jquery Notification #Notification / 알림 https://codepen.io/jhonsore/pen/mVNmKd Jquery Notification ... codepen.io 2024. 2. 22. jQuery | Basic Toast Notifications Snippet #html / css / js #Author : Tobias Bogliolo #jQuery | Basic Toast Notifications Snippet #notification / 알림 https://codepen.io/tobiasdev/pen/GjoMQJ jQuery | Basic Toast Notifications Snippet ... codepen.io 2024. 2. 22. Notification dropdown jQuery #html / css / js #Author : Robin L #Notification dropdown jQuery #Notification / 알림 https://codepen.io/robinswaylu/pen/JGLzQL Notification dropdown jQuery Click anywhere outside of container to close dropdown menu... codepen.io 2024. 2. 22. Notification Messages (CSS3 & jQuery) #html / css / js #Author : Emil Devantie Brockdorff #Notification Messages (CSS3 & jQuery) #Notification / 알림 https://codepen.io/Mestika/pen/xbOKop Notification Messages (CSS3 & jQuery) ... codepen.io 2024. 2. 22. jQuery Sample Notification #css / js #Author : Kazım #jQuery Sample Notification #Notification / 알림 https://codepen.io/kazimolmez/pen/vebrOB jQuery Sample Notification ... codepen.io 2024. 2. 22. Jquery - Notification dropdown on bell click, and +1 button turns red on click - "Feedster" #html / css / js #Author : Matt #Jquery - Notification dropdown on bell click, and +1 button turns red on click - "Feedster" #notification / 알림 https://codepen.io/MDJML/pen/zKjoOX Jquery - Notification dropdown on bell click, and +1 button turns red on click - "Feedster" ... codepen.io 2024. 2. 22. 이전 1 2 3 4 5 6 다음