Web Development
jQuery
Subjective
Aug 07, 2013
Name any four paremeter of Jquery ajax method?
Detailed Explanation
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
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts