======jQuery contents() Method====== * description : jQuery contents() Method * author : 오션 * email : shlim@repia.com * lastupdate : 2022-10-24 Mon \\ ==== The source of this article ==== [[https://www.w3schools.com/jquery/traversing_contents.asp|jQuery contents() Method]]\\ ===== Definition and Usage ===== contents() 메서드는 선택한 요소의 텍스트 및 주석 노드를 포함한 모든 직계 자식을 반환합니다.\\ 텍스트 노드는 요소가 표시하는 실제 텍스트입니다.\\ 이 메서드는 텍스트 및 주석 노드도 반환한다는 점을 제외하고 children() 메서드와 유사합니다.\\ Contents() 메서드는 iframe이 동일한 도메인에 있는 경우 HTML에도 액세스할 수 있습니다.\\
Hello World! What a beautiful day!

In this example, by clicking on the button, we search for all the text nodes inside the div element and wrap them with a b element.


\\ \\
Hello World! What a beautiful day!
\\ \\
Hello World! What a beautiful day!
==== Ref Link ==== [[wiki:javascript:jquery:jquery_note:jquery_references_traversing:jquery_filter_method|jQuery filter() Method]]\\ {{tag>오션 jQuery contents() Method}}