jQuery2 [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. 팝업이 열릴 때 자동 재생 2. 팝업이 닫힐 때 자동 정지 html PLAY CLOSE css .gray_mask{ display:none; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); } #popup{ display:none; position:absolute; } jQuery $(function(){ var embed = $('.youtube'); $('.video').empty(); /* click 'PLAY' button */ $('.pop_open').click( function() { // show popup background $('.gray.. 2020. 7. 14. 이전 1 다음