Page 1 of 1

Using prototype.js, which selector would be used to target a group of list items with the class of item?

Posted: Sat Aug 20, 2022 7:54 am
by answerhappygod
Using prototype.js, which selector would be used to target a group of list items with the class of item?

A. $('ul').children('li.item')
B. $('item')
C. $$('li.item')
D. $$('ul > li#item')