728x90
<span>등록자:</span><span id="total_cost" th:value="${#authentication.principal.nickname}"></span>
<input type="hidden" id="total_cost_val" th:value="${#authentication.principal.nickname}"/>
$(document).ready(function() {
$("#total_cost").text($("#total_cost_val").val());
});
$("#id").text(넣고싶은값);
'개념 정리' 카테고리의 다른 글
무엇을 풀스택 개발자로 부를 것인가? (0) | 2022.11.21 |
---|---|
[RESTful]XMLHttpRequest사용법 (0) | 2022.10.07 |
ajax와 axios 그리고 fetch에 대하여 (0) | 2022.10.06 |
비트 ~ 테라 바이트 단위 (0) | 2022.09.22 |
파일 업로드 후에 참고 할 때 webkitRelativePath (0) | 2022.09.21 |