728x90
반응형
$.ajax({
var name = "apple";
var text = "red color";
type: 'POST',
url: '',
dataType: 'json',
data : { "name": name, "description": text},
success : function(result){
},
error : function(request, status, error){
}
});
728x90
'스마트웹앱콘텐츠전문가 > 자바스크립트' 카테고리의 다른 글
[jquery]ajax Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported (0) | 2020.08.07 |
---|---|
[jquery]ajax 호출시 toLoswercase 오류(e is undefined) (0) | 2020.08.07 |
[javascript]브라우저 윈도우 팝업(새창) 띄우기 (0) | 2020.08.07 |
[jqgrid] 체크(선택)된 row 가져오기 (0) | 2020.07.15 |
return에 대하여 (0) | 2020.07.15 |