에러처리1 [Ajax]비동기 처리(with jQuery) 새로운 이벤트를 위해 유저의 정보를 받아와 저장하는 작업을 해야했다. 벡엔드 과장님의 제안으로 jQuery와 Ajax를 사용해 비동기 처리를 하기로 했다. 백엔드 분께 전달 받을 정보 text.php --post param(characterName,walletAddress) 결과 값으로 성공 시 1, 이름 중복 시 2 를 보내주기로 함 text.php로 요청을 보내고 요청은 post로 보내고 그때 'characterName', 'walletAddress' 을 담아서 보내라는 거구나. const alertTxt = document.getElementsByClassName("alert_txt")[0]; const eventPopupMes = { warn :{ incomplete : "Please enter .. 2023. 2. 3. 이전 1 다음