[자기계발]/유튜브로 코딩배우기
2021. 7. 4.
[생활코딩] jQuery 탐색(traversing)이란?
이번편에서는 하나의 chain context를 유지하며 제어의 대상이 되는 element를 변경해보는 방법을 알아보자. 이것을 탐색(traversing)라고 부른다 탐색(traversing)이란? chain context를 유지하면서 제어의 대상이 되는 element를 변경하는 기법이다. Traversing | jQuery API Documentation Create a new jQuery object with elements added to the set of matched elements. Add the previous set of elements on the stack to the current set, optionally filtered by a selector. Add the previous s..