MCQs > IT & Programming > JQuery > The code snippet: $('#ul1 li').live('click', function1); $('#ul1').after('
  • Last item
  • '); Is function1 executed if lastLi is clicked?

    JQuery MCQs

    Consider the following code snippet:

    $('#ul1 li').live('click', function1);

    $('#ul1').after('<li id="lastLi">Last item</li>');

    Is function1 executed if lastLi is clicked?

    Answer

    Correct Answer: Yes

    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