jQuery를 사용하여 AJAX 응답에서 ID별 요소 찾기 php 페이지에 데이터를 올리고 나서 응답에 있는 특정 div의 텍스트를 받고 싶은데 올바르게 설정할 수 없는 것 같습니다.제가 jQuery를 잘하진 못하지만 보통은 금방 알아낼 수 있습니다.여기서 1분동안 내가 찾은 모든걸 시도해봤어요저는 단지 적절한 조합의 물건을 놓치고 있다고 생각합니다. $.post("process.php", data , function (response) { var w = window.open(); $(w.document.body).html(response); console.log(typeof response); // yeilds string //create jquery object from the response htm..