https://take-it-into-account.tistory.com/123
[ajax] ajax data 값을 controller로 넘기는 과정 / parameter 값을 String, VO, Map으로 받는 경우
ajax data 값을 controller로 넘기는 과정 1-1. Ajax 사용한 예시 (javascript단에서 데이터를 가져와서 controller로 넘기기 위해) $.ajax({ url : "test.action", type : "post", data : { name : "뜨루", age : "28", gender : "여자" }
take-it-into-account.tistory.com
'it-day' 카테고리의 다른 글
인텔리제이 수정중 파일 임시저장 (2) | 2024.01.03 |
---|---|
$(function(){} 왜 쓰지? (2) | 2024.01.02 |
버튼 하나로 슬라이드 (0) | 2023.12.19 |
반응형 웹 할 때 pc,mobile 구분 (matchMedia) (0) | 2023.12.15 |
[attribute^='value'] (0) | 2023.12.11 |