MCQs > IT & Programming > JQuery > Which will show an alert containing the content(s) of a database selection?

JQuery MCQs

Which of the following will show an alert containing the content(s) of a database selection?

Answer

Correct Answer: $.ajax({ type: "GET", url: "process_file.php?comp_id="+comp_id, success: function (result) { alert(result); } });

Explanation:

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