일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- useSearchParams
- 블럭요소
- db.json
- 콜백함수
- JSON
- redux 사용방법
- sort
- useEffect
- 자바스크립트
- javascript React
- couchcoding
- react redux
- first-child
- line-through
- JavaScript
- 인라인블럭
- 6주포트폴리오
- Redux store
- foreach
- React onClick
- redux toolkit
- toString
- React state
- useParams
- 자바스크립트배포
- 카우치코딩
- javascript코딩테스트
- 협업프로젝트
- react
- Redux
- Today
- Total
목록컴퓨터 정보/html.css.js 기초 (22)
개발하는 루루언니

페이지로 이동해 봅시다. 회사소개 회사소개 를 버튼으로 만들어 놨습니다. 해당 코드로 이동할 경로 'main.html'으로 지정을 해주면? main.html 로 이동을 하게 됩니다. ( 예시로 한겁니다) 새창으로 열어봅시다. : 이번엔 사업소개를 누르면 about.html로 이동하고 새창이 뜨게끔 하는 코드입니다. 사업 소개 만들어놓은 어바웃 새창이 뜨면서 나오는걸 확인할 수있습니다. a태그도 button 태그 코드와 동일하게 사용하면 됩니다.
CSS @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Varela+Round&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } a,a:link, a:visited{ text-decoration: none; color:inherit } li { list-style: none; }
Open Fade-In Modal with jquery X Welcome to Teams! Winners embrace hard work. They love the discipline of it, the trade-off they're making to win. Losers, on the other hand, see it as punishment. And that’s the difference. Open Guide js $('.modal-notice').click(function(){ $('.modal').fadeIn() }) $('.btn-close').click(function(){ $('.modal').fadeOut() }) $('.modal').click(function(){ $('.modal')..