<form th:method="delete" id="delete" th:action="@{'/post/delete/' + ${post.id}}" onSubmit="return deletePost()">
<input type="hidden" name="_method" value="delete">
</form>
<button type="submit" form="delete" class="btn btn-danger mr-3 float-right mt-3 mb-3" th:if="${#strings.equals(post.author, username)}"><i class="bi bi-trash"></i> 삭제</button>
버튼의 form="formId"
참고 👇
https://negabaro.github.io/archive/how-to-post-button-out-to-form
반응형
'FE > html' 카테고리의 다른 글
JavaScript에서 model 값 가져오기 (0) | 2022.08.13 |
---|---|
조회 시 HTML 태그가 출력될 때(feat. Summernote) (0) | 2022.08.04 |
Uncaught TypeError: $.ajax is not a function (0) | 2022.08.04 |
Uncaught TypeError: $(...).summernote is not a function (0) | 2022.08.03 |
첨부 파일 UI (0) | 2022.07.31 |