JavaScript+jQuery from Basics to Practice: Intermediate Part.1
This is an intermediate course that teaches you about JavaScript and jQuery through theory and practice. It consists of content that can be applied to practical work based on basic concepts of HTML, CSS, and JS. Part. 1 covers the Document Object Model (DOM), basic concepts of jQuery, finding, creating, adding, deleting, and moving nodes.

- Unresolved
실습 -노드 다루기 (6)
//아래 코드는 현재는 작동하지 않는다. [12:20]$menu.children().eq($menu.children().length -1).css("border", "5px solid #f00" );<br
javascriptjqueryooo01089882
・
0
230
0
- Unresolved
실습 - 노드 생성, 추가, 삭제, 이동 (4) - ex09 中
html() 메서드와 동일하게 append() 메서드도 추가할 데이터를 모두 만든 후 한 번에 추가가 가능했습니다. $("#addHTML").on("click", funct
jqueryjavascriptsanghyeok5555
・
0
268
0
- Unresolved
실습 - 노드 다루기 (4) - ex08 filter()와 find()
강사님의 설명 중 확인되어야 할 부분이 있어 의견을 남깁니다. //find()는 전체(혹은 기준 값 하위)에서만 검색을 하지만 filter()는 자기 자신의 //레벨에서 검색을 한다. </p
javascriptjquerysanghyeok5555
・
0
175
0
- Unresolved
실습 - 노드 다루기(3) ex05 中
소스코드 16번 줄에 //jQuery객체.textContent를 하게 되면 해당한는 값을 출력을 할 수 있다. 라고 강사님께서 적어주셨습니다만, textContent 속성은 jQuery객체가 아니고 JS DOM객체가
jqueryjavascriptsanghyeok5555
・
0
153
0
- Unresolved
ex09실습 - onload과 ready차이
$(document).ready() 에서 이미지 로딩을 확인할 때 예전 강의에서 언급하신 https://place-hold.it 을 사용하면 ready() 와 onload의 차이를 확인할 수 있었습니다.
javascriptjquerysanghyeok5555
・
0
238
0
- Unresolved
$(selectedItem)의 의미
<span style="
javascriptjquerylkcbap127201
・
0
239
1
- Unresolved
$selectedItem 이 의미가 뭔지 모르겠어요.
if ($selectedItem) { $selectedItem.after(newMenuItem); }else{ <span s
javascriptjqueryehfdkdl926829
・
0
280
2

