Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- kotlin
- 넥사크로
- Git
- 방법
- aws
- 시큐리티
- Security
- 스프링
- 프로그래머스
- db
- Vue
- JavaScript
- 알고리즘
- GitHub
- jquery
- IntelliJ
- Spring
- Eclipse
- 에러
- 자바
- 오라클
- error
- JPA
- mybatis
- 쿼리
- oracle
- 함수
- 생성
- Java
- 코틀린
Archives
- Today
- Total
목록$.ajax is not a function (1)
송민준의 개발노트
$.ajax is not a function(jQuery 에러)
ajax를 사용해서 테스트를 해보는데 $.ajax is not a function 에러가 발생했다. 아래 스택오버플로우를 참고했다. https://stackoverflow.com/questions/18271251/typeerror-ajax-is-not-a-function TypeError: $.ajax(...) is not a function? I'm trying to create a simple AJAX request which returns some data from a MySQL database. Here's my function below: function AJAXrequest(url, postedData, callback) { $.ajax() ({ type: ... stackoverflow.co..
웹/jQuery`
2020. 2. 26. 01:30