MCQs > IT & Programming > JQuery > The code snippet: $(‘#table1’).find( ‘tr’ ).hide().slice(10, 20).show(); What is the result of this code snippet?

JQuery MCQs

Consider the following code snippet:

$(‘#table1’).find( ‘tr’ ).hide().slice(10, 20).show();

What is the result of this code snippet?

Answer

Correct Answer: Showing table1’s rows from 11th to 20th.

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