강의

멘토링

커뮤니티

Inflearn Community Q&A

sanghyeok5555's profile image
sanghyeok5555

asked

JavaScript+jQuery from Basics to Practice: Intermediate Part.1

Practice - Handling Nodes (3)

실습 - 노드 다루기(3) ex05 中

Written on

·

156

0

소스코드 16번 줄에 

//jQuery객체.textContent를 하게 되면 해당한는 값을 출력을 할 수 있다.

라고 강사님께서 적어주셨습니다만,

textContent 속성은 jQuery객체가 아니고 JS DOM객체가 갖는 속성이 아닌지 궁금합니다.

 

jQuery 객체의 텍스트 값은 $jQuery객체.text() 를 사용하는 것 같습니다.

 

jqueryjavascript

Answer

This question is waiting for answers
Be the first to answer!
sanghyeok5555's profile image
sanghyeok5555

asked

Ask a question