Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- formula
- OOP
- 배열
- JDBC
- 부트캠프후기
- myshortcut
- Excel
- oracle
- php
- explode()
- jQuery
- dao
- DTO
- ES6
- node.js
- Java
- 멀티캠퍼스it부트캠프
- DOM
- 오류
- JavaScript
- MySQL
- 현대이지웰java풀스택개발자아카데미6월
- 객체지향
- 노션
- 정규식
- 함수
- react
- strpos()
- SQL
- error
Archives
- Today
- Total
목록Return (1)
코딩짜는 일상
[javascript, ajax] 함수에서 ajax 결과값이 반환되지 않을 때_async 옵션
서론 변수를 받아 특정 칼럼을 업데이트할 목적으로 function update_column(){ let event = false; $.ajax({ url: "주소", data: {'변수값': 변수값}, type: 'POST', dataType: 'JSON', success: function(res){ if(res){ const code = res['resultCode']; const msg = res['resultMsg']; event = true; } else{ alert("회신내용 없음"); } }, error: function(xhr, textStatus, errorThrown){ alert("jqXHR:"+xhr+"\ntextStatus:"+textStatus+"\nerrorThrown:"+err..
IT/Javascript&Jquery
2023. 10. 19. 13:00