Question:You want to use an HTTP GET to retrieve a basic text file from the server by using AJAX and jQuery. Which of the following jQuery methods would you use?
A $.post() B $.getScript() C $getJSON() D $.get()
+ AnswerD
+ Report