Define type paremeter of jquery ajax method?
Answer / Neetu Sagar
The type parameter in jQuery AJAX method specifies the type of HTTP request to be made. Common values include 'GET' and 'POST'. For example, $.ajax({ type: 'GET', url: '...', success: function() { ... } });
| Is This Answer Correct ? | 0 Yes | 0 No |
How to divide a page into parts using jquery mobile? : jquery mobile
What methods used to provide effects?
What is .detach()? : jquery mobile
Explain how jquery works?
Where can we download JQuery?
How do you attach a event to element which should be executed only once?
What is the use of delay() method in JQuery?
How to select all elements using jQuery?
Explain "beforesend(xhr)" paremeter of jquery ajax method?
How is body onload() function is different from document.ready() function used in jquery?
Why are not some scripts and styles loading? : jquery mobile
What is the use of clone method in jQuery?