MCQs > IT & Programming > JQuery > How would you successfully fetch some JSON data?

JQuery MCQs

How would you successfully fetch some JSON data?

Answer

Correct Answer: $.ajax({ type: ‘get’, url : ‘data.json', data : someData, dataType : 'json', success : function(results) { // do something }) });

Explanation:

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it