var x = false; $.ajax({ url: 'http//example.com/', success: function() { x = true; } }); if (x) { // был запрос } else { // не было запроса }