Позвоните Ajax после Ajax

    function func1() {
       $.ajax({ ... }).done(func2);
    }
Helpless Hedgehog