Rufen Sie Ajax nach Ajax an
function func1() {
$.ajax({ ... }).done(func2);
}
Helpless Hedgehog
function func1() {
$.ajax({ ... }).done(func2);
}