can we give a ajax call after success in ajax code example Example: call ajax after ajax function func1() { $.ajax({ ... }).done(func2); }