티스토리 뷰

.replaceAll()

$(newContent | element).replaceAll(target)

각 대상 요소를 일치하는 요소 집합으로 바꾼다.

 

See the Pen Untitled by mill (@millfeel) on CodePen.

 

- 요소를 생성하는 경우: 선택된 요소들을 각각 생성된 요소로 대체한다.

- 존재하는 요소를 선택한 경우선택한 요소가 복제되지 않고, 이전 위치에서 이동하여 대상을 대체한다.


.replaceWith()

$(target).replaceWith(newContent | element | function)

DOM에서 콘텐츠를 제거하고 한 번의 호출로 그 자리에 새 콘텐츠를 삽입한다.

 

See the Pen [jQuery] .replaceWith() by mill (@millfeel) on CodePen.


[공부좌표]

https://api.jquery.com/replaceWith/

https://api.jquery.com/replaceAll/#replaceAll-target

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2024/11   »
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
글 보관함