Home » HTML » Html miscellaneous » Question
  1. Which of the following is not a method of AJAX?
    1. stop()
    2. post()
    3. getJSON()
    4. get()
    5. None of these
Correct Option: A

AJAX is basically used for exchanging data with server. There are several methods in jQuery for AJAX. Ajax(), ajaxSetup(), ajaxPrefilter(), ajaxTransport(), getJSON(), post(), ajaxSend(), ajaxError(), load(), serializeArray(), serialize(), ajaxStop(), ajaxStart() are some of the methods.



Your comments will be displayed only after manual approval.