MCQs > IT & Programming > JQuery > Assume that you want that first the tag with 'id1' fades out and then the tag with 'id2' fades in. Which of the following code snippets allow(s) you to do so?

JQuery MCQs

Assume that you want that first the tag with "id1" fades out and then the tag with "id2" fades in. Which of the following code snippets allow(s) you to do so?

Answer

Correct Answer: $('#id1').fadeOut('fast', function() {$('#id2').fadeIn('slow')});

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