| 1. |
Name Any Four Parameter Of Jquery Ajax Method? |
|
Answer» URL : Specifies the URL to send the request to. DEFAULT is the current page type : Specifies the type of request. (GET or POST) data : Specifies data to be sent to the SERVER cache: A Boolean value indicating whether the BROWSER should cache the requested pages. Default is true beforeSend(xhr): A function to run before the request is sent url : Specifies the URL to send the request to. Default is the current page type : Specifies the type of request. (GET or POST) data : Specifies data to be sent to the server cache: A Boolean value indicating whether the browser should cache the requested pages. Default is true beforeSend(xhr): A function to run before the request is sent |
|