How can you select the following blockquote AND the list in a single call to jQuery() without chaining?html A quote A favorite quote A quote A quote Item 1 Item 2 Item 3 Item 4

🎲 Try a Random Question  |  Total Questions in Quiz: 75  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
jQuery Quiz — practice the complete quiz, review flashcards, or try a random question.

jQuery MCQs For LinkedIn Skill Assessments.


How can you select the following blockquote AND the list in a single call to jQuery() without chaining?<br>html<br><div class='quotes'><br> <blockquote data-favorite='false'>A quote</blockquote><br> <blockquote data-favorite='true'>A favorite quote</blockquote><br> <blockquote data-favorite='false'>A quote</blockquote><br> <blockquote data-favorite='false'>A quote</blockquote><br></div><br><ul class='menu-first'><br> <li>Item 1</li><br> <li>Item 2</li><br> <li>Item 3</li><br> <li>Item 4</li><br></ul><br>