文章列表
If you make an ajax call using the option async:false and beforeSend for example to show a loader, it'l work with FF and Opera but not in IE and Chrome
use below:
1.
function firstStep(){
var def = new jQuery.Deferred();
var systime=new Date().getTime();
$.ajax({
type: "POST ...