| | |
| | | timeout: 45000, |
| | | async: true, |
| | | cache: false, |
| | | beforeSend: function (xhr, settings) {}, |
| | | beforeSend: function (xhr, settings) { }, |
| | | success: function (res, status, xhr) { |
| | | // console.log(res); |
| | | // console.log(status); |
| | |
| | | timeout: 45000, |
| | | async: false, |
| | | cache: false, |
| | | beforeSend: function (xhr, settings) {}, |
| | | beforeSend: function (xhr, settings) { }, |
| | | success: function (res, status, xhr) { |
| | | callbackFun(res); |
| | | }, |
| | |
| | | timeout: 45000, |
| | | async: false, |
| | | cache: false, |
| | | beforeSend: function (xhr, settings) {}, |
| | | beforeSend: function (xhr, settings) { }, |
| | | success: function (res, status, xhr) { |
| | | callbackFun(res); |
| | | }, |