call same ajax after call after ajax sucess code example Example: call ajax after ajax function func1() { $.ajax({ ... }).done(func2); }