- Notifications
You must be signed in to change notification settings - Fork846
[과제번역] Part2. 2.1.브라우저 이벤트 소개 과제 번역#1118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
devxsby wants to merge28 commits intojavascript-tutorial:masterChoose a base branch fromdevxsby:trans-2.2.1
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes fromall commits
Commits
Show all changes
28 commits Select commitHold shift + click to select a range
f22009c
2.2.1.1.task
devxsby768f308
2.2.1.2.task
devxsby04454c3
2.2.1.2.solution
devxsbyb823167
2.2.1.3.task
devxsby2ecaee0
2.2.1.3.solution
devxsbybb05ccc
2.2.1.4.task
devxsby74fdc84
2.1.1.4.solution
devxsby9e65ef6
Update solution.md
devxsby64822f8
2.2.1.5.task
devxsby10c6195
2.2.1.5.solution
devxsby932c7bf
2.2.1.6.task
devxsby4c2f734
2.2.1.6.solution
devxsbyff9c7df
2.2.1.7.task
devxsbyaadc34d
2.2.1.7.solution
devxsby5c9bf5a
[과제번역]Part2 2.1 브라우저 이벤트 소개 / 01-hide-other / task
devxsbyfa47527
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q2 / task
devxsby82f9241
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q2 / solution
devxsby54663ca
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q3 / task
devxsbye9ff57d
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q2 / solution
devxsby4230fa0
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q3/ solution
devxsby8a75244
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q4 / task
devxsbya4ac856
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q4 / solution
devxsbybca9c6d
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q5 / task
devxsbye678951
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q5 / solution
devxsby1058185
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q6 / task
devxsby326cfbf
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q6 / solution
devxsbyc5a66a1
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q7 / task
devxsby55c2ebf
[과제번역]Part2 2.1 브라우저 이벤트 소개 / Q7 / solution
devxsbyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 3 additions & 3 deletions2-ui/2-events/01-introduction-browser-events/01-hide-other/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
핸들러에서`this`를 사용하여 '요소 자체'를 참조할 수 있습니다. | ||
```html run height=50 | ||
<input type="button" onclick="this.hidden=true" value="클릭 시 버튼 숨기기"> | ||
``` |
8 changes: 4 additions & 4 deletions2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions2-ui/2-events/01-introduction-browser-events/03-which-handlers-run/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions2-ui/2-events/01-introduction-browser-events/03-which-handlers-run/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions2-ui/2-events/01-introduction-browser-events/04-move-ball-field/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions2-ui/2-events/01-introduction-browser-events/04-move-ball-field/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletions2-ui/2-events/01-introduction-browser-events/05-sliding-menu/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions2-ui/2-events/01-introduction-browser-events/05-sliding-menu/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions2-ui/2-events/01-introduction-browser-events/06-hide-message/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions2-ui/2-events/01-introduction-browser-events/06-hide-message/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions2-ui/2-events/01-introduction-browser-events/07-carousel/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
이미지 묶음은 이미지 `<img>` 목록`ul/li`로 표시할 수 있습니다. | ||
흔히 이러한 이미지 목록은 넓지만 고정 크기인`<div>`로 자르기 하여 목록의 일부만 표시되도록 합니다. | ||
 | ||
목록을 가로로 표시하려면 `display: inline-block`와 같이`<li>`에 올바른 CSS 속성을 적용해야 합니다. | ||
`<img>`의 경우 기본적으로 `inline`이기 때문에 `display`도 조정해야 합니다. 'letter tails'를 위해`inline`요소 아래에 추가 공간이 잡혀있으므로`display:block`을 사용하여 제거할 수 있습니다. | ||
스크롤 하려면`<ul>`을 이동하면 됩니다. 예를 들어`margin-left`를 변경하거나 혹은 (더 나은 구현 가능)`transform: translateX()`를 사용하는 등 여러 가지 방법이 있습니다. | ||
 | ||
바깥쪽`<div>`는 너비가 고정되어 있으므로 추가 이미지가 잘립니다. | ||
전체 캐러셀은 페이지에서 자체적으로 포함된 그래픽 구성 요소이므로 단일`<div class="carousel">`로 감싸고 그 안에 있는 것들을 스타일링하는 것이 좋습니다. |
8 changes: 4 additions & 4 deletions2-ui/2-events/01-introduction-browser-events/07-carousel/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.