# jQuery: what is difference between attr() and prop()
뭐가 다른걸까요?
haesamq님의 답변
## attr()과 prop()의 차이
attribute는 HTML의 값, property는 JS객체
## 레퍼런스
+ https://stackoverflow.com/questions/5874652/prop-vs-attr
+ attr() vs prop(): 왜 나누어졌는가 (https://goo.gl/G9vdUi)