HTTP Method 및 GET VS POST 차이점에 대해 정리된 좋은글이 있어서 공유합니다.
https://im-developer.tistory.com/166
https://mangkyu.tistory.com/17
GET
[HTML] a href
[Javascript] location.href
POST
[HTML] submit(method="POST")
[Javascript, jQuery] ajax(type: 'POST')
'Develop > HTML & JavaScript & CSS' 카테고리의 다른 글
[URL] 파라미터 추가 삭제 url parameters add/remove (0) | 2023.09.04 |
---|---|
윈도우 10에서 iOS 사파리 디버깅(Web Inspect) 하기 (0) | 2021.11.29 |
jQuery 제대로 사용하기(jQuery Best Practice) (0) | 2021.02.10 |
크롬 개발자모드 콘솔에서 jQuery 사용하는 방법 (0) | 2021.01.22 |
jquery data, attr (0) | 2020.11.10 |