[jquery ajax] [IE8] No transport error Internet Explorer 8 이하 버전에서 ajax 통신 할 때 No transport라는 에러가 발생 할 경우 $.ajax 윗 줄에 아래와 같은 코드를 추가하면 됩니다. $.support.cors = true; 웹 개발 2019.08.07