티스토리 뷰
- View
$("form[action$='GoodsQuantityEdit']").submit(function() {
$.ajax({
method: "POST"
, url: "/ShoppingInfo/GoodsQuantityEdit"
, cache: false
, data: $(this).serialize()
, dataType: "json"
, beforeSend: function(jqXHR) {
console.log("loding...");
//$(placeholder).addClass('loading');
}
}).success(function(jsonData, textStatus, jqXHR) {
console.log(jsonData.temp);
}).error(function(data, textStatus, thrown) {
alert(textStatus);
}).complete(function(jqXHR) {
console.log("complete...");
// $(placeholder).removeClass('loading');
});
return false;
});
- Controller
[HttpPost]
public JsonResult GoodsQuantityEdit()
{
return new JsonResult() { Data = new { temp = "asdfsdf" }, JsonRequestBehavior = JsonRequestBehavior.DenyGet };
}
- Total
- Today
- Yesterday
- 진수 변환
- .submit()
- 메이븐(maven)
- MainActor
- await
- jstl(java standard tag library)
- 스프링 프레임워크(spring framework)
- 문자 자르기
- system.io
- In App Purchase
- 스프링 시큐리티(spring security)-http basic 인증
- jsp 오픈 소스
- 인텔리제이(intellij)
- java web-mvc
- jstl(java standard tag library)-core
- REST API
- docker
- 표현 언어(expression language)
- 람다식(lambda expression)
- java-개발 환경 설정하기
- System.Diagnostics
- 특정 문자를 기준으로 자르기
- 스프링 시큐리티(spring security)
- 제품 등록
- React
- java 키워드 정리
- nl2br
- 스프링 프레임워크(spring framewordk)
- java.sql
- error-java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |