300x250
JQuery
1. 가져오기 GET
$(Selector).text() - > $("#birth").text()
2. 변경하기 SET
$(Selector).text(value) - > $("#birth").text(value)
반응형
'Web Frontend > 프론트엔드 스크립팅 복붙' 카테고리의 다른 글
form 태그안에 button 태그 submit 되지 않도록 하기 (0) | 2020.11.23 |
---|---|
<input type="number" maxLength Attribute not working (0) | 2020.11.22 |