Define "beforesend(xhr)" paremeter of jquery ajax method?
Answer / Shruti Mishra
.beforeSend(function (xhr, settings)) is a callback function in jQuery's AJAX method that gets called before the request is sent. This function allows you to modify the JQuery XHR object and XMLHttpRequest settings object before the request is actually sent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me is jquery a w3c standard? : jquery mobile
Explain the features of jquery?
What is the difference between onload() and document.ready()?
How to get the direct parent of an element using ?
Explain deferred and promise object in jquery? : jquery mobile
Define the types of selectors in jquery?
How to concatenate two strings using jquery?
Can you write a jquery code to select all links inside the paragraph?
How can images be made to appear scrolling one over another?
What is the difference between bind() and live() function in jquery?
Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
What is the jQuery code to select all links inside the paragraph?