1.

Which of the following is not a method of AJAX?(a) get()(b) getJSON()(c) post()(d) stop()This question was addressed to me during an internship interview.The question is from Essential JavaScript and jQuery topic in portion HTML Tables, Javascript & Jquery Basics of HTML

Answer»

Right choice is (d) STOP()

To EXPLAIN I would say: 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.



Discussion

No Comment Found

Related InterviewSolutions