-
자바스크립트 알림 창이 두 번 뜨는 문제스프링 2022. 5. 16. 17:14
장바구니 삭제 버튼(".delete_btn")을 누르면 해당 버튼 태그의 data-cartid 정보를 변수에 담아서
form과 함께 컨트롤러로 보내는 기능이다.
첫 번째 사진에서 td 태그와 button 태그에 delete_btn이 중복으로 입력되어 있어서 오류가 발생했었다.
'스프링' 카테고리의 다른 글
[스프링] Oracle 연동 기본설정 (1) 2022.09.29 org.apache.ibatis.executor.ExecutorException (0) 2022.05.16 스프링 Error creating bean with name -- (0) 2022.05.10 깃허브 updates were rejected because the remote contains work that you do (0) 2022.05.06 Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException (0) 2022.05.04