전체 글(169)
-
JavaScript 입문과 웹 UI개발(7)-jQuery 사용법 간단정리
index.html 로그인하세요 닫기 Navbar An active item A second item A third item A fourth item And a fifth one 로그인 토글 안녕 안녕 안녕 안녕 안녕 main.css .alert-box{ background-color: skyblue; padding: 20px; color: white; border-radius: 5px; display: none; /* 숨길때는 none 나타낼때는 block */ } .list-group{ display: none; } .show{ display: block; } /* 모달창 용 =====================*/ .black-bg { width : 100%; height : 100%; posit..
2022.09.30 -
JavaScript 입문과 웹 UI개발(6)-서브메뉴 만들어보기와 classList 다루기
index.html Navbar An active item A second item A third item A fourth item And a fifth one main.css .alert-box{ background-color: skyblue; padding: 20px; color: white; border-radius: 5px; display: none; /* 숨길때는 none 나타낼때는 block */ } .list-group{ display: none; } .show{ display: block; }
2022.09.30 -
JavaScript 입문과 웹 UI개발(5)-자바스크립트 이벤트 리스너
index.html 알림창임 닫기 버튼1 버튼2 main.css .alert-box{ background-color: skyblue; padding: 20px; color: white; border-radius: 5px; display: none; /* 숨길때는 none 나타낼때는 block */ } HTML 삽입 미리보기할 수 없는 소스 강의 출처: JavaScript 입문과 웹 UI개발 https://codingapple.com/ 코딩애플 온라인 강좌 - 개발자도 단기완성! 단연 NO1 강사님의 NO.1 강의 역시나 명강입니다. IT 업계의 대치동 NO1. 강사같은 엄청난 강의력. 코딩애플님의 강의는, 엄청나게 기초적인 것부터 가르치는 듯 보이지만, 실제로 다루는 깊이는 절 codingapple.com
2022.09.30 -
JavaScript 입문과 웹 UI개발(4)-function의 파라미터 문법
index.html 알림창임 닫기 버튼1 버튼2 버튼3 main.css .alert-box{ background-color: skyblue; padding: 20px; color: white; border-radius: 5px; display: none; /* 숨길때는 none 나타낼때는 block */ }
2022.09.30 -
JavaScript 입문과 웹 UI개발(3)- JavaScript function 문법 사용법
index.html 알림창임닫기 버튼1 버튼2 main.css .alert-box{ background-color: skyblue; padding: 20px; color: white; border-radius: 5px; display: none; /* 숨길때는 none 나타낼때는 block */ }
2022.09.30 -
JavaScript 입문과 웹 UI개발(2)-동적 UI 만드는 스텝(Alert 박스 만들기)
index.html 알림창임닫기 버튼1 버튼2 main.css .alert-box{ background-color: skyblue; padding: 20px; color: white; border-radius: 5px; display: none; /* 숨길때는 none 나타낼때는 block */ }
2022.09.30