Ligue para Ajax após Ajax
function func1() {
$.ajax({ ... }).done(func2);
}
Helpless Hedgehog
function func1() {
$.ajax({ ... }).done(func2);
}