반응형
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
- MariaDB
- Tomcat
- mybatis
- security
- javascript
- jenkins
- pwa
- SpringBoot
- Maven
- docker
- jquery
- popup
- PM2
- mysql
- Java
- git
- NextJS
- centos7
- Push
- config
- rocky9
- ajax
- spring3
- Next.js
- node.js
- FCM
- nodejs
- MSsql
- yona
- Eclipse
Archives
- Today
- Total
목록location.replace() (1)
종이 한장 차이...
location.replace() 브라우저 history 남기지 않기.
주문서 작성 후 주문이 완료 되고나면 브라우저의 뒤로가기 했을때 다시 주문서 작성 화면으로 가지 않고 주문서작성 이전 상품 선택화면 또는 장바구니로 전환해야 할때 사용 하면 조으디~? //주문저장 ajax처리 function saveOrderFn(){ var params = $("form[name=orderform]").serialize(); $.ajax({ type : "POST", url : ctx + "/front/saveOrderChitAjax", data : params, async: false, success : function(data,xhr) { if(data != null){ //console.log(JSON.stringify(data)); document.querySelector(".j..
javascript
2022. 8. 30. 17:36