MCQs > IT & Programming > JQuery > Fastest way of adding a lot of rows to a table?

JQuery MCQs

Which is the fastest way of adding a lot of rows to a table?

Answer

Correct Answer: $(‘#table tr:last').after('<tr><td>table row #1</td></tr> […] <tr><td>table row #100</td></tr>');

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