Which of the following jQuery AJAX function is used to set default values for future AJAX requests?
Correct Answer: jQuery.ajaxSetup()
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Ajax Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Ajax MCQ Questions
Which numbers, in callback function of request object, can be tested against request.readyState to make sure that server has finished processing request?
Which method can be used to delete node from DOM tree?
Which statement is true about following code? $.ajax({ method: 'GET', url: 'test.js', dataType: 'script' });
Can ActiveXObject work on browsers like Chrome and Firefox?
Which property of XMLHttpRequest object holds its status?
You're issuing a request to "/resource" using XMLHttpRequest (xhr) where the server returns a 301 or 302 status code, what happens?
Ajax is frequently expanded as "asynchronous JavaScript and XML," which is misleading. Which of these words is not central to Ajax's functionality?
What arguments MUST be supplied to an XMLHttpRequest object's .open() method, and in what order?
What happens if an Ajax call completes (and calls its callback function) when other JavaScript is currently running?
Which of these is NOT an advantage of using Ajax over server-side processing?