JQuery/이론 $.ajax({}) post방식 by SEOKIHOUSE 2023. 8. 1. 제이쿼리로 post로 데이터 보낼때 contentType : "application/json" data : JSON.stringify()써서 데이터 json문자열로 파싱하고 공유하기 게시글 관리 석이의 코딩룸 저작자표시 비영리 변경금지 (새창열림) 'JQuery > 이론' 카테고리의 다른 글 prop/ 체크박스 체크 + 어제꺼 복습 /선택삭제 //nextAll()//each(function() { ... });// 배열쓰고 index접근 (0) 2023.07.09 선택자-2// contains /has /empty /first-child/last-child/nth-child/children /find /prev/next/siblings /parent /append /prepend /remove/addClass/removeClass (0) 2023.07.06 선택자-1 //first+li/second~li/a[href="#page2"]/ ^ /$ / * /!= /[src][alt]/eq/gt/lt/first/last/odd/even/ (0) 2023.07.06 jquery //$.ajax() //json으로 dataType : text(파싱필요) / json(파싱안해도 된다)//-->객체/배열/배열append (0) 2023.07.05 val() (0) 2023.07.04 관련글 prop/ 체크박스 체크 + 어제꺼 복습 /선택삭제 //nextAll()//each(function() { ... });// 배열쓰고 index접근 선택자-2// contains /has /empty /first-child/last-child/nth-child/children /find /prev/next/siblings /parent /append /prepend /remove/addClass/removeClass 선택자-1 //first+li/second~li/a[href="#page2"]/ ^ /$ / * /!= /[src][alt]/eq/gt/lt/first/last/odd/even/ jquery //$.ajax() //json으로 dataType : text(파싱필요) / json(파싱안해도 된다)//-->객체/배열/배열append