Define type paremeter of jquery ajax method?



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

Post New Answer

More jQuery Interview Questions

How to divide a page into parts using jquery mobile? : jquery mobile

1 Answers  


What methods used to provide effects?

1 Answers  


What is .detach()? : jquery mobile

1 Answers  


Explain how jquery works?

1 Answers  


Where can we download JQuery?

1 Answers  


How do you attach a event to element which should be executed only once?

1 Answers  


What is the use of delay() method in JQuery?

1 Answers  


How to select all elements using jQuery?

1 Answers  


Explain "beforesend(xhr)" paremeter of jquery ajax method?

1 Answers  


How is body onload() function is different from document.ready() function used in jquery?

1 Answers  


Why are not some scripts and styles loading? : jquery mobile

1 Answers  


What is the use of clone method in jQuery?

1 Answers  


Categories