MCQs > IT & Programming > JQuery > Which function moves p tags that have para class to div with content id?

JQuery MCQs

Which of the following functions moves p tags that have para class to div with content id?

Answer

Correct Answer: function moveElement() { $('p.para').each(function(index) { $(this).appendTo('#content'); }); }

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