728x90
300x250
마지막 자식 요소 찾기
$(선택자).children().last()
$(선택자).children()(":last")
$(선택자).children().eq($(선택자).children().length-1)
$(선택자).children(":eq("+$(선택자).children().length-1+")")
$(선택자).children().eq(-1)
$(선택자).children(":eq(-1)")
728x90
반응형
'javaScript > jQuery' 카테고리의 다른 글
[jQuery]상위 부모 요소 찾기 parent() (0) | 2023.01.15 |
---|---|
[jQuery]n번째 자식 요소 접근하기 (0) | 2023.01.14 |
[jQuery]첫 번째 자식 요소 선택하기 (0) | 2023.01.12 |
[jQuery]children() find() 차이 바로아래 자식, 모든 자손 노드 (0) | 2023.01.11 |
[jQuery]contents() 주석 노드 포함 모든 직계 자식 반환 (0) | 2023.01.10 |
댓글